Commit d06524a0 authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 459365 - Scrubber should let <fieldset> and <legend> pass.

Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
parent 01ca8880
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment