summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Util.pm3
1 files changed, 2 insertions, 1 deletions
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;