From a8f7cddd49f6561b79883bc4b33680cfad6ff4c3 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 13 Jan 2008 04:20:54 +0000 Subject: [PATCH] Change help message to div for new theme. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1501 48356398-32a2-884e-a903-53898d9a118a --- plugins/phorum/htmlpurifier.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/phorum/htmlpurifier.php b/plugins/phorum/htmlpurifier.php index f7ef2c4c..a79d45e1 100644 --- a/plugins/phorum/htmlpurifier.php +++ b/plugins/phorum/htmlpurifier.php @@ -265,7 +265,7 @@ function phorum_htmlpurifier_editor_after_subject() { // don't show this message if it's a WYSIWYG editor, since it will // then be handled automatically if (!empty($GLOBALS['PHORUM']['mod_htmlpurifier']['wysiwyg'])) return; - ?> + ?>

HTML input is enabled. Make sure you escape all HTML and angled brackets with < and >. @@ -301,6 +301,6 @@ function phorum_htmlpurifier_editor_after_subject() { Power users, you can hide this notice with:

.htmlpurifier-help {display:none;}

-