diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-12 18:10:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-12 18:10:33 -0400 |
commit | 31fa7714e7a3eba6e34b601426047f2aa2f8db01 (patch) | |
tree | d1dd36cf0e58e00547ccfabd8736057b6054e36e /templates | |
parent | d7cfcef54a067221b801de17fafc1f05a13c2004 (diff) |
editpage: Rename "comments" field to avoid CSS conflict with the comments div.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 4 |
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> |