aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-19 14:07:22 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-19 14:07:22 -0500
commit79a787a4668caf043862197de2b5ba7e41d37102 (patch)
tree9baa01d959c4c35f939ca3301defe7ab801e79ec /templates
parentddabb010b2c45556046fd1ba982893395c7a46f6 (diff)
downloadikiwiki-79a787a4668caf043862197de2b5ba7e41d37102.tar
ikiwiki-79a787a4668caf043862197de2b5ba7e41d37102.tar.gz
rename comments_form to editcomment
Diffstat (limited to 'templates')
-rw-r--r--templates/editcomment.tmpl (renamed from templates/comments_form.tmpl)4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/comments_form.tmpl b/templates/editcomment.tmpl
index 9a9455f99..a08b8964c 100644
--- a/templates/comments_form.tmpl
+++ b/templates/editcomment.tmpl
@@ -1,4 +1,4 @@
-<div class="comments-form">
+<div class="editcomment">
<TMPL_VAR MESSAGE>
<TMPL_VAR FORM-START>
<TMPL_VAR FIELD-DO>
@@ -31,4 +31,4 @@ IkiWiki directives ([[!directive]]) are <TMPL_UNLESS NAME="ALLOWDIRECTIVES">not
</div><!-- #preview -->
</TMPL_IF>
-</div><!-- .comments-form -->
+</div><!-- .editcomment -->