r9450 - apps/gobi/trunk/code/Comment
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes Date: 2008-12-19 15:59:46 +0100 (Fri, 19 Dec 2008) New Revision: 9450 Modified: apps/gobi/trunk/code/Comment/edit.skin Log: Another victim of the fix for bug 617. Details at http://dev.helma.org/trac/helma/changeset/9450 Modified: apps/gobi/trunk/code/Comment/edit.skin =================================================================== --- apps/gobi/trunk/code/Comment/edit.skin 2008-12-19 14:25:32 UTC (rev 9449) +++ apps/gobi/trunk/code/Comment/edit.skin 2008-12-19 14:59:46 UTC (rev 9450) @@ -1,9 +1,9 @@ <form action="" method="post" name="edit" enctype="multipart/form-data"> -<% page.formEditor %> +<% this.formEditor %> <p style="clear: both;"> -<% page.textArea name="body" rows="18" class="horizontalFill" id="commentInput" %></p> +<% this.textArea name="body" rows="18" class="horizontalFill" id="commentInput" %></p> <p> <input type="submit" value="<% msg name='comment_preview' %>" name="preview" />