comparison themes/default/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 97fb2ef30e41
children
comparison
equal deleted inserted replaced
136:1b905160e5e4 137:1ae476191bec
9 <td><input type="text" size="55" name="name"></td></tr> 9 <td><input type="text" size="55" name="name"></td></tr>
10 <tr><td>Your EMail</td> 10 <tr><td>Your EMail</td>
11 <td><input type="text" size="55" name="mail"></td></tr> 11 <td><input type="text" size="55" name="mail"></td></tr>
12 <tr><td colspan="2">Your Comment<br /> 12 <tr><td colspan="2">Your Comment<br />
13 <textarea name="body" rows="10" cols="60"> 13 <textarea name="body" rows="10" cols="60">
14 </textarea> 14 </textarea></td></tr>
15 <tr><td></td><td><input type="submit"></td></tr> 15 <tr><td></td><td><input type="submit"></td></tr>
16 </table> 16 </table>
17 </form> 17 </form>
18 <p>Your submission will be ignored if any field is left blank. But your email address will not be displayed.</p> 18 <p>Your submission will be ignored if any field is left blank. But your email address will not be displayed.</p>
19 </blockquote> 19 </blockquote>