chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e5bd70d
)
Add missing type attribute in login.tmpl. Only IE7 noticed.
author
Richard Kettlewell
<rjk@greenend.org.uk>
Tue, 3 Jun 2008 17:34:18 +0000
(18:34 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Tue, 3 Jun 2008 17:34:18 +0000
(18:34 +0100)
templates/login.tmpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/login.tmpl
b/templates/login.tmpl
index 24b26be308db509f34dec208a4aea1fe0972acb8..71552c4e632dc94dfa52ba1644fa890e807beb05 100644
(file)
--- a/
templates/login.tmpl
+++ b/
templates/login.tmpl
@@
-144,7
+144,7
@@
USA
</tr>
<tr>
<td colspan=3>
- <button class=register name=button>
+ <button class=register name=button
type=submit
>
@label{login.register}
</button>
</td>