Actions
Bug #25537
closed"+" signs are not stored when using t3editor
Status:
Closed
Priority:
Should have
Assignee:
Administrator Admin
Category:
t3editor
Target version:
-
Start date:
2008-06-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I use a line like this in my template:
headerData.1.value = <link rel="alternate" type="application/rss+xml" title="RSS-Feed" href="http://www.domain.tld/?id=13&type=100" />
If the t3editor is turned on the "+" sign is not stored. The line shows up like this in HTML:
<link rel="alternate" type="application/rss xml" title="RSS-Feed" href="http://www.domain.tld/?id=13&amp;type=100" />
So the Tag does not work as wanted. Turning t3editor of solves the problem until turned on again.
(issue imported from #M8617)
Actions