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;}-