Project

General

Profile

Actions

Bug #14433

closed

Transforming from a ' in q "

Added by old_pirat321 almost 20 years ago. Updated over 18 years ago.

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 &quot .
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&quot;+i+&quot;" style="position:absolute;top:-&quot;+snowmaxsize+&quot;">"+snowletter+"</span>")

Of course this doesn't work any more... because a ' had been transformed into a "

(issue imported from #M574)

Actions

Also available in: Atom PDF