summaryrefslogtreecommitdiffstats
path: root/web/html/testpo.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/testpo.php')
-rw-r--r--web/html/testpo.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/testpo.php b/web/html/testpo.php
index 7f2f1d90..64c4b3e9 100644
--- a/web/html/testpo.php
+++ b/web/html/testpo.php
@@ -34,8 +34,8 @@ print __("My current language tag is: '%s'.", array($LANG));
print "</p>\n";
print "<ul>\n";
-print __("Hello, world!")."<br/>\n";
-print __("Hello, again!")."<br/>\n";
+print __("Hello, world!")."<br />\n";
+print __("Hello, again!")."<br />\n";
print "</ul>\n";
print "</body>\n</html>";