From: wurblzap%gmail.com <> Date: Sat, 11 Oct 2008 12:24:28 +0000 (+0000) Subject: Bug 459365 - Scrubber should let
and pass. X-Git-Tag: bugzilla-3.2rc2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a8168b05be0476ced657f808824d162eb6b9a9;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 0301969f64..faf7a57db0 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -100,7 +100,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;