https://bugzilla.wikimedia.org/show_bug.cgi?id=24274
Summary: Allow Sanitizer to process tbody
Product: MediaWiki
Version: 1.15.1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: Normal
Component: Page rendering
AssignedTo: [email protected]
ReportedBy: [email protected]
$htmlnest = array( # Tags that can be nested--??
'table', 'tr', 'td', 'th', 'div', 'blockquote', 'ol', 'ul',
'dl', 'font', 'big', 'small', 'sub', 'sup', 'span'
,'tbody' // 2010 g.e.mckinney, added tbody tag
);
$tabletags = array( # Can only appear inside table, we will close them
'td', 'th', 'tr',
'tbody', // 2010 g.e.mckinney, added tbody tag
);
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l