diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-11-18 10:44:34 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 21:14:03 +0000 |
commit | 249ea2ed7557e34614ef9f1f863cee9489798510 (patch) | |
tree | 8aaa595cd4f33125bf05d606b9f0317d6585c706 /templates | |
parent | 4663f364bbc220bbdbf03582765b6d82f0bddc46 (diff) |
comments: remove allowhtml option, just switch it on all the time
Now that posts are individually sanitized, that should be safe.
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 fbf49be34..59c03b4f0 100644 --- a/templates/comments_form.tmpl +++ b/templates/comments_form.tmpl @@ -8,7 +8,7 @@ Subject: <TMPL_VAR FIELD-SUBJECT><br /> <TMPL_VAR FIELD-BODY><br /> <TMPL_VAR FORM-SUBMIT><br /> <TMPL_VAR HELPONFORMATTINGLINK><br /> -HTML is <TMPL_UNLESS NAME="ALLOWHTML">not </TMPL_UNLESS>allowed.<br /> +Formatting with Markdown and HTML are allowed.<br /> IkiWiki directives ([[!directive]]) are <TMPL_UNLESS NAME="ALLOWDIRECTIVES">not </TMPL_UNLESS>allowed.<br /> <TMPL_VAR NAME="FORM-END"> |