Project

General

Profile

Actions

Bug #14720

closed

XHTML cleaning: <param /> tag

Added by Simon Ihmig about 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
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

class.t3lib_parsehtml.php.param.patch (597 Bytes) class.t3lib_parsehtml.php.param.patch Administrator Admin, 2005-05-18 13:27
Actions #1

Updated by Martin Kutschker about 19 years ago

Attachments adds param and col to the list, but omits the deprecated isindex and basefont.

Actions #2

Updated by Michael Stucki about 19 years ago

Fixed in 3.8.

Actions

Also available in: Atom PDF