Closed
Bug 459365
Opened 17 years ago
Closed 17 years ago
Scrubber should let <fieldset> and <legend> pass
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: Wurblzap, Assigned: Wurblzap)
Details
Attachments
(1 file)
|
764 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
I need to use <fieldset> and <legend> in a product description. These get stomped on by HTML::Scrubber, though. They should be whitelisted.
Attachment #342566 -
Flags: review?(mkanat)
Updated•17 years ago
|
Attachment #342566 -
Flags: review?(mkanat) → review+
Comment 1•17 years ago
|
||
Comment on attachment 342566 [details] [diff] [review]
Patch
Sure. Without attributes those are harmless.
Updated•17 years ago
|
Flags: approval+
| Assignee | ||
Comment 2•17 years ago
|
||
Checking in Bugzilla/Util.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Util.pm,v <-- Util.pm
new revision: 1.76; previous revision: 1.75
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•17 years ago
|
||
Hmmm, this would be nice as a low-risk polish fix for 3.2.
Flags: approval3.2?
Comment 4•17 years ago
|
||
Yeah, agreed.
Flags: approval3.2? → approval3.2+
Target Milestone: Bugzilla 3.4 → Bugzilla 3.2
| Assignee | ||
Comment 5•17 years ago
|
||
Checking in Bugzilla/Util.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Util.pm,v <-- Util.pm
new revision: 1.69.2.5; previous revision: 1.69.2.4
done
You need to log in
before you can comment on or make changes to this bug.
Description
•