changeset 134:97fb2ef30e41

Use 'mail' not 'email' for the email address.
author Steve Kemp <steve@steve.org.uk>
date Mon, 24 Dec 2007 22:18:58 +0000
parents b5fc6377b32e
children 65e1efc7548e
files themes/default/comment-form.inc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/themes/default/comment-form.inc	Thu Dec 20 12:59:28 2007 +0000
+++ b/themes/default/comment-form.inc	Mon Dec 24 22:18:58 2007 +0000
@@ -8,7 +8,7 @@
 <tr><td>Your Name</td>
     <td><input type="text" size="55" name="name"></td></tr>
 <tr><td>Your EMail</td>
-    <td><input type="text" size="55" name="email"></td></tr>
+    <td><input type="text" size="55" name="mail"></td></tr>
 <tr><td colspan="2">Your Comment<br />
 <textarea name="body" rows="10" cols="60">
 </textarea>