diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 00:22:34 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 21:14:05 +0000 |
commit | 44a7d77a301a1f219c99f3d861f0bce43cd779cf (patch) | |
tree | 23c5a25483fa897c8905fa39da5b39c55f75efee /templates | |
parent | edb69335f2ca5d42c62f6a4cce0b044da5ef88e8 (diff) |
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.tmpl | 2 |
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 /> |