diff themes/blocky/comment-form.inc @ 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 46db55d5fa50
children
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>