From d18adfb1adedff996dfea9b20a3f1765addbec04 Mon Sep 17 00:00:00 2001
From: Simon McVittie
Date: Mon, 17 Nov 2008 09:08:54 +0000
Subject: [PATCH] smcvpostcomment: indicate in form whether HTML and directives
are allowed
---
IkiWiki/Plugin/smcvpostcomment.pm | 4 +++-
templates/smcvpostcomment_form.tmpl | 6 ++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/IkiWiki/Plugin/smcvpostcomment.pm b/IkiWiki/Plugin/smcvpostcomment.pm
index 07f008e5e..2b9f1e5dc 100644
--- a/IkiWiki/Plugin/smcvpostcomment.pm
+++ b/IkiWiki/Plugin/smcvpostcomment.pm
@@ -171,7 +171,9 @@ sub sessioncgi ($$) { #{{{
$form->tmpl_param('helponformattinglink',
htmllink($page, $page, 'ikiwiki/formatting',
noimageinline => 1,
- linktext => 'FormattingHelp'));
+ linktext => 'FormattingHelp'),
+ allowhtml => $allow_html,
+ allowdirectives => $allow_directives);
if (not exists $pagesources{$page}) {
error(sprintf(gettext(
diff --git a/templates/smcvpostcomment_form.tmpl b/templates/smcvpostcomment_form.tmpl
index 9bce62396..7f138a450 100644
--- a/templates/smcvpostcomment_form.tmpl
+++ b/templates/smcvpostcomment_form.tmpl
@@ -6,8 +6,10 @@
Subject:
-
-
+
+HTML is not allowed.
+IkiWiki directives ([[!directive]]) are not allowed.
+
--
2.26.2