Actions
Bug #14720
closedXHTML cleaning: <param /> tag
Start date:
2005-05-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The param tag ist not correctly supported in t3lib_parsehtml->processTag. It should be a standalone tag (without ending tag).
The fix is simple: just include the "param" tag into this line:
if (t3lib_div::inList('img,br,hr,meta,link,base,area,input',$tagName) || substr($value,-2)=='/>') {
(issue imported from #M1061)
Files
Updated by Martin Kutschker over 19 years ago
Attachments adds param and col to the list, but omits the deprecated isindex and basefont.
Actions