summaryrefslogtreecommitdiffstats
path: root/web/html/testpo.php
diff options
context:
space:
mode:
authoreric <eric>2004-06-24 21:08:35 +0200
committereric <eric>2004-06-24 21:08:35 +0200
commit1f62f86af5225643f2a7d72c1a050c46ffc37477 (patch)
tree491ff279b1ad75d461b071f993d6978de19aac3f /web/html/testpo.php
parent9c6ec26c3279ca3e1d186196d229449d9501c386 (diff)
downloadaur-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.gz
aur-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.xz
getting closer to printing package search results - also fixed some XHTML stuff
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>";