Actions
Bug #14433
closedTransforming from a ' in q "
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-12-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.7.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Special Chars like a € or a " are translated automaticallly into a &euro or a " .
I put a small javascript into the contenttype "html and one line was
document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
and as a output I got:
document.write("<span id="s"+i+"" style="position:absolute;top:-"+snowmaxsize+"">"+snowletter+"</span>")
Of course this doesn't work any more... because a ' had been transformed into a "
(issue imported from #M574)
Actions