diff options
Diffstat (limited to 'web/html/testpo.php')
-rw-r--r-- | web/html/testpo.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/testpo.php b/web/html/testpo.php index 7f2f1d9..64c4b3e 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>"; |