Actions
Bug #17705
closedtyposcript template.relPathPrefix causes decoding of html-entities in affected attributes
Start date:
2007-10-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if the relPathPrefix is used in cObject TEMPLATE all html entities in affected attributes are decoded.
The reason is the method t3lib_parsehtml::prefixResourcePath() wich is calling t3lib_parsehtml::get_tag_attributes() with second parameter 1 wich enables the decoding of html-specialchars.
I included a patch to change this behavior. Regards Martin
(issue imported from #M6555)
Files
Actions