Closed
Bug 604454
Opened 15 years ago
Closed 15 years ago
Allow <tbody> tags through Bleach
Categories
(support.mozilla.org :: General, defect, P2)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
2.3
People
(Reporter: jsocol, Assigned: jsocol)
Details
Currently, Bleach screws with the parser's table output by disallowing the <tbody> tag. We need to add it to the list of allowed tags, and double check that things like <th> are in there as well.
| Assignee | ||
Comment 1•15 years ago
|
||
http://github.com/pcraciunoiu/py-wikimarkup/commit/f63805713
Updated py-wikimarkup and the vendor library.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
Verified <tbody> and <th> [plus other table tags] all function correctly
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•