diff --git a/modules/filter.module b/modules/filter.module index 770911c8783..6d47ba84ea5 100644 --- a/modules/filter.module +++ b/modules/filter.module @@ -734,13 +734,15 @@ function theme_filter_tips($tips, $long = false, $extra = '') { $output .= ''. $name .':
'; } - $output .= ''; + if ($tips) { + $output .= ""; + } + if ($multiple) { $output .= ''; } diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 770911c8783..6d47ba84ea5 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -734,13 +734,15 @@ function theme_filter_tips($tips, $long = false, $extra = '') { $output .= ''. $name .':
'; } - $output .= ''; + if ($tips) { + $output .= ""; + } + if ($multiple) { $output .= ''; }