summaryrefslogtreecommitdiffstats
path: root/web/html/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/template.php')
-rw-r--r--web/html/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/template.php b/web/html/template.php
index 9ae001e4..2a870ec7 100644
--- a/web/html/template.php
+++ b/web/html/template.php
@@ -9,7 +9,7 @@ html_header(); # print out the HTML header
# Any text you print out to the visitor, use the __() function
# for i18n support. See 'testpo.php' for more details.
#
-print __("Hi, this is worth reading!")."<br/>\n";
+print __("Hi, this is worth reading!")."<br />\n";
html_footer("\$Id$"); # Use the $Id$ keyword