aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-11 00:22:34 +0000
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2008-12-11 21:14:05 +0000
commit44a7d77a301a1f219c99f3d861f0bce43cd779cf (patch)
tree23c5a25483fa897c8905fa39da5b39c55f75efee /templates
parentedb69335f2ca5d42c62f6a4cce0b044da5ef88e8 (diff)
downloadikiwiki-44a7d77a301a1f219c99f3d861f0bce43cd779cf.tar
ikiwiki-44a7d77a301a1f219c99f3d861f0bce43cd779cf.tar.gz
comments: rename main field to "editcontent" consistent with editpage
This has the side-effect that Ikiwiki's default style.css gives the text box 100% width.
Diffstat (limited to 'templates')
-rw-r--r--templates/comments_form.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comments_form.tmpl b/templates/comments_form.tmpl
index e798fcdde..9eddaadf5 100644
--- a/templates/comments_form.tmpl
+++ b/templates/comments_form.tmpl
@@ -5,7 +5,7 @@
<TMPL_VAR FIELD-SID>
<TMPL_VAR FIELD-PAGE>
Subject: <TMPL_VAR FIELD-SUBJECT><br />
-<TMPL_VAR FIELD-BODY><br />
+<TMPL_VAR FIELD-EDITCONTENT><br />
Page type: <TMPL_VAR FIELD-TYPE><br />
<TMPL_VAR FORM-SUBMIT><br />
<TMPL_VAR HELPONFORMATTINGLINK><br />