summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
Diffstat (limited to 'output.php')
-rw-r--r--output.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/output.php b/output.php
index ba3c473..55cf0a5 100644
--- a/output.php
+++ b/output.php
@@ -260,11 +260,15 @@ function output_home_page()
<legend>Login</legend>
<table>
<tr>
- <td><label for="email">Email:</label></td><td><input type="text" id="email" name="email" size="20" maxlength="30" /> </td>
+ <td><label for="email">Email:</label></td>
+ <td><input type="text" id="email" name="email" size="20" maxlength="30" /> </td>
</tr><tr>
- <td><label for="password">Password:</label></td><td><input type="password" id="password" name="password" size="20" maxlength="30" /></td>
+ <td><label for="password">Password:</label></td>
+ <td><input type="password" id="password" name="password" size="20" maxlength="30" /></td>
</tr><tr>
- <td> <input type="submit" value="login" /></td>
+ <td> <input type="submit" value="login" /></td>
+ <td></td>
+ </tr>
</table>
</fieldset>
</form>