diff options
author | eric <eric> | 2004-06-24 19:08:35 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-24 19:08:35 +0000 |
commit | 1f62f86af5225643f2a7d72c1a050c46ffc37477 (patch) | |
tree | 491ff279b1ad75d461b071f993d6978de19aac3f /web/html/index.php | |
parent | 9c6ec26c3279ca3e1d186196d229449d9501c386 (diff) | |
download | aurweb-1f62f86af5225643f2a7d72c1a050c46ffc37477.tar.xz |
getting closer to printing package search results - also fixed some XHTML stuff
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php index 09e87cc..67ff657 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -85,7 +85,7 @@ if (!isset($_COOKIE["AURSID"])) { # print "<form action='/index.php' method='post'>\n"; if ($login_error) { - print "<span class='error'>" . $login_error . "</span><br/>\n"; + print "<span class='error'>" . $login_error . "</span><br />\n"; } print "<table border='0' cellpadding='0' cellspacing='0' width='100%'>\n"; print "<tr>\n"; @@ -97,7 +97,7 @@ if (!isset($_COOKIE["AURSID"])) { print "<td><input type='password' name='pass' size='30' maxlength='32'></td>"; print "</tr>\n"; print "<tr>\n"; - print "<td colspan='2' align='right'> <br/>"; + print "<td colspan='2' align='right'> <br />"; print "<input type='submit' class='button'"; print " value='".__("Login")."'></td>"; print "</tr>\n"; |