From: wurblzap%gmail.com <> Date: Fri, 10 Oct 2008 16:16:51 +0000 (+0000) Subject: Bug 459365 - Scrubber should let
and pass. X-Git-Tag: bugzilla-3.3.1~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06524a0338c32aafd281cc8c283d01712b13313;p=thirdparty%2Fbugzilla.git Bug 459365 - Scrubber should let
and pass. Patch by Marc Schumann ; r/a=mkanat --- diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index defa152708..f072285854 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -102,7 +102,8 @@ sub html_light_quote { # List of allowed HTML elements having no attributes. my @allow = qw(b strong em i u p br abbr acronym ins del cite code var - dfn samp kbd big small sub sup tt dd dt dl ul li ol); + dfn samp kbd big small sub sup tt dd dt dl ul li ol + fieldset legend); # Are HTML::Scrubber and HTML::Parser installed? eval { require HTML::Scrubber;