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

@ -15,7 +15,7 @@ if (isset($_COOKIE["AURSID"])) {
}
html_header(); # print out the HTML header
print __("You have been successfully logged out.")."<br/>\n";
print __("You have been successfully logged out.")."<br />\n";
html_footer("\$Id$");