From feb61eea867a51bf061c0a7067126539810c34ec Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 19 Aug 2004 14:55:17 +0000 Subject: Fixing incorrect default value of allowed_html at one instance. --- modules/filter.module | 2 +- modules/filter/filter.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/filter.module b/modules/filter.module index 20037a105..f1e4183b3 100644 --- a/modules/filter.module +++ b/modules/filter.module @@ -834,7 +834,7 @@ function _filter_html_settings($format) { function _filter_html($text, $format) { if (variable_get("filter_html_$format", FILTER_HTML_STRIP) == FILTER_HTML_STRIP) { // Allow users to enter HTML, but filter it - $text = strip_tags($text, variable_get("allowed_html_$format", '')); + $text = strip_tags($text, variable_get("allowed_html_$format", '