Actions
Feature #22125
closedImpossible to use title.htmlSpecialChars in RTE
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-02-16
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If you use double quotes in the title-attribute of any link entered by RTE, it is not possible to use htmlSpecialChars.
It is not possible to use "lib.parseFunc_RTE.tags.link.typolink.parameter.htmlSpecialChars..." because the fourth parameter is already wrapped in double quotes. So the content in the database looks like this:
<link 22 - - "Text with "double quotes"">Text with "double quotes"</link>
class.tslib_content.php in line 5869
(issue imported from #M13553)
Actions