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 b40b10f9..1ddd76b6 100644
--- a/frontends/php/include/html.inc.php
+++ b/frontends/php/include/html.inc.php
@@ -18,7 +18,7 @@
** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
**/
?>
-<?
+<?php
function nbsp($str)
{
return str_replace(" ","&nbsp;",$str);;