summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frontends/php/vtext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/vtext.php b/frontends/php/vtext.php
index e5938601..c5416f08 100644
--- a/frontends/php/vtext.php
+++ b/frontends/php/vtext.php
@@ -40,7 +40,7 @@ include_once "include/page_header.php";
?>
<?php
- $text = get_request("text","");;
+ $text = get_request("text",' ');;
$font = get_request("font",3);
$width = ImageFontWidth($font) * strlen($text);