From b9eb3c896fca3c736dd19ddc50209f6c652a40b7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 11 Aug 2008 18:01:51 +0000 Subject: - Patch #254725 by Steve Dondley and BioALIEN: maxlength field for 'allowed HTML tags' is too short --- modules/filter/filter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 090b7f30e..210f7fc06 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -662,7 +662,7 @@ function _filter_html_settings($format) { '#title' => t('Allowed HTML tags'), '#default_value' => variable_get("allowed_html_$format", '
    1. '), '#size' => 64, - '#maxlength' => 255, + '#maxlength' => 1024, '#description' => t('Specify a list of tags which should not be stripped. (Note that JavaScript event attributes are always stripped.)'), ); $form['filter_html']["filter_html_help_$format"] = array( -- cgit v1.2.3