getting closer to printing package search results - also fixed some XHTML stuff

This commit is contained in:
eric 2004-06-24 19:08:35 +00:00
parent 9c6ec26c32
commit 1f62f86af5
12 changed files with 161 additions and 33 deletions

View file

@ -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>";