summaryrefslogtreecommitdiff
path: root/login.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 08:28:27 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 08:28:27 +0100
commit747976de1dbdd25c9f494b26a02ca1b1c40aa71e (patch)
tree36dc3cc66006a90dfb85a1ed5e36afd6e2556703 /login.php
parent28fa92536747cebed6f7df4359983898e3e79ee8 (diff)
login form fixed for konqueror
Diffstat (limited to 'login.php')
-rw-r--r--login.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/login.php b/login.php
index 18571204b..b162fa9cd 100644
--- a/login.php
+++ b/login.php
@@ -46,11 +46,11 @@
<body>
-<form action="login.php" method="POST">
-
<table width='100%' height='100%' class="loginForm">
<tr><td align='center' valign='middle'>
+
+ <form action="login.php" method="POST">
<table class="innerLoginForm">
@@ -67,10 +67,12 @@
<input type="submit" class="button" value="Login">
</td></tr>
- </table></td></tr>
-</table>
+ </table>
+
+ </form>
-</form>
+ </td></tr>
+</table>
<? db_close($link); ?>