summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-09-14 11:48:41 +0000
committerDries Buytaert <dries@buytaert.net>2007-09-14 11:48:41 +0000
commit75468bd08f18563f80ad5a59126e05bf27ca65c7 (patch)
tree5390b460a4e1e8e33b36c47407c85e877471f380
parent45c784d5ca068c8693362350eb9114da023cc0b9 (diff)
downloadbrdo-75468bd08f18563f80ad5a59126e05bf27ca65c7.tar.gz
brdo-75468bd08f18563f80ad5a59126e05bf27ca65c7.tar.bz2
- Patch #68853 by matt and telcontar: improved documentation for the html input filter.
-rw-r--r--modules/filter/filter.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index a37bf91ee..ce769a5c8 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -968,7 +968,7 @@ function filter_filter($op, $delta = 0, $format = -1, $text = '') {
case 'description':
switch ($delta) {
case 0:
- return t('Allows you to restrict if users can post HTML and which tags to filter out.');
+ return t('Allows you to restrict whether users can post HTML and which tags to filter out. It will also remove harmful content such as JavaScript events, JavaScript URLs and CSS styles from those tags that are not removed.');
case 1:
return t('Converts line breaks into HTML (i.e. &lt;br&gt; and &lt;p&gt; tags).');
case 2: