diff options
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"; |