From d06524a0338c32aafd281cc8c283d01712b13313 Mon Sep 17 00:00:00 2001 From: "wurblzap%gmail.com" <> Date: Fri, 10 Oct 2008 16:16:51 +0000 Subject: Bug 459365 - Scrubber should let
and pass. Patch by Marc Schumann ; r/a=mkanat --- Bugzilla/Util.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index defa15270..f07228585 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; -- cgit v1.2.3-24-g4f1b