aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-16 01:19:00 +0000
committerMichael Scherer <misc@mageia.org>2010-12-16 01:19:00 +0000
commitf031e4161b63d5fcd80b8ab587453bca34727595 (patch)
tree25edd0d8c59c3106e9aa70c9a97b7ac907b225a0 /root
parent68e86b948fb07249f1792041a055808065c8dc35 (diff)
downloadidentity-f031e4161b63d5fcd80b8ab587453bca34727595.tar
identity-f031e4161b63d5fcd80b8ab587453bca34727595.tar.gz
identity-f031e4161b63d5fcd80b8ab587453bca34727595.tar.bz2
identity-f031e4161b63d5fcd80b8ab587453bca34727595.tar.xz
identity-f031e4161b63d5fcd80b8ab587453bca34727595.zip
- html5 fix ( missing closing tags, and border=0 is no longer valid ), patch by Maarten Vanraes
Diffstat (limited to 'root')
-rw-r--r--root/register/index.tt6
1 files changed, 3 insertions, 3 deletions
diff --git a/root/register/index.tt b/root/register/index.tt
index 246b1c7..420da8d 100644
--- a/root/register/index.tt
+++ b/root/register/index.tt
@@ -4,8 +4,8 @@
<div id="input_form">
<form method="post" action="/register/check">
- <table border=0>
- <tr>
+ <table>
+ <tr>
<td><label for="uid_">[% l('Username') %]</label></td>
<td><input id="uid_" type="text" name="uid" value="[% c.request.params.uid %]" /</td>
</tr><tr>
@@ -28,6 +28,6 @@
<button type="submit" value="[% l('Register') %]">[% l('Register') %]</button>
</td>
</tr>
-
+ </table>
</form>
</div>