summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/html.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/html.inc.php')
-rw-r--r--frontends/php/include/html.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php
index 19751f62..4c888aaa 100644
--- a/frontends/php/include/html.inc.php
+++ b/frontends/php/include/html.inc.php
@@ -44,7 +44,7 @@
function nbsp($str)
{
- return str_replace(" "," ",$str);;
+ return str_replace(" ",SPACE,$str);;
}
function form_select($var, $value, $label)