changeset 137:1ae476191bec

Correctly close the tables we produce.
author Steve Kemp <steve@steve.org.uk>
date Tue, 25 Dec 2007 21:12:48 +0000
parents 1b905160e5e4
children 918bfcb2787e
files themes/blocky/comment-form.inc themes/blog.steve.org.uk/comment-form.inc themes/copyrighteous/comment-form.inc themes/default/comment-form.inc
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blocky/comment-form.inc	Tue Dec 25 21:12:38 2007 +0000
+++ b/themes/blocky/comment-form.inc	Tue Dec 25 21:12:48 2007 +0000
@@ -11,7 +11,7 @@
     <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>
+</textarea></td></tr>
 <tr><td></td><td><input type="submit"></td></tr>
 </table>
 </form>
--- a/themes/blog.steve.org.uk/comment-form.inc	Tue Dec 25 21:12:38 2007 +0000
+++ b/themes/blog.steve.org.uk/comment-form.inc	Tue Dec 25 21:12:48 2007 +0000
@@ -11,7 +11,7 @@
     <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>
+</textarea></td></tr>
 <tr><td></td><td align="right"><input type="submit" name="submit" value="Post Comment"></td></tr>
 </table>
 </form>
--- a/themes/copyrighteous/comment-form.inc	Tue Dec 25 21:12:38 2007 +0000
+++ b/themes/copyrighteous/comment-form.inc	Tue Dec 25 21:12:48 2007 +0000
@@ -11,7 +11,7 @@
     <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>
+</textarea></td></tr>
 <tr><td></td><td><input type="submit"></td></tr>
 </table>
 </form>
--- a/themes/default/comment-form.inc	Tue Dec 25 21:12:38 2007 +0000
+++ b/themes/default/comment-form.inc	Tue Dec 25 21:12:48 2007 +0000
@@ -11,7 +11,7 @@
     <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>
+</textarea></td></tr>
 <tr><td></td><td><input type="submit"></td></tr>
 </table>
 </form>