aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-12 18:10:33 -0400
committerJoey Hess <joey@kitenet.net>2010-06-12 18:10:33 -0400
commit31fa7714e7a3eba6e34b601426047f2aa2f8db01 (patch)
treed1dd36cf0e58e00547ccfabd8736057b6054e36e /templates
parentd7cfcef54a067221b801de17fafc1f05a13c2004 (diff)
downloadikiwiki-31fa7714e7a3eba6e34b601426047f2aa2f8db01.tar
ikiwiki-31fa7714e7a3eba6e34b601426047f2aa2f8db01.tar.gz
editpage: Rename "comments" field to avoid CSS conflict with the comments div.
Diffstat (limited to 'templates')
-rw-r--r--templates/editpage.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl
index 36076cb35..b4b0d05df 100644
--- a/templates/editpage.tmpl
+++ b/templates/editpage.tmpl
@@ -23,8 +23,8 @@
</li>
<TMPL_IF NAME="CAN_COMMIT">
<li>
-<label for="comments" class="block">Optional comment about this change:</label>
-<TMPL_VAR FIELD-COMMENTS><br />
+<label for="editmessage" class="block">Optional comment about this change:</label>
+<TMPL_VAR FIELD-EDITMESSAGE><br />
</li>
</TMPL_IF>
</ol>