Mercurial > genshi > genshi-test
diff examples/tutorial/geddit/templates/comment.html @ 616:80a9c247ca80
GenshiTutorial: use form filler on comment/reply views.
author | cmlenz |
---|---|
date | Wed, 29 Aug 2007 20:51:39 +0000 |
parents | 16b1be35c265 |
children | 71d3edd302ae |
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/comment.html +++ b/examples/tutorial/geddit/templates/comment.html @@ -23,7 +23,7 @@ </tr><tr> <th><label for="comment">Comment:</label></th> <td> - <textarea id="comment" name="content" rows="6" cols="70"></textarea> + <textarea id="comment" name="content" rows="6" cols="50"></textarea> <span py:if="'content' in errors" class="error"><br />${errors.content}</span> </td> </tr></tbody></table>