Actions
Bug #16788
closedQuotation marks are converted to " if not wrapped in <p>
Start date:
2006-12-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Writing only one line of text in the RTE which has quotation marks or HTML gt, lt characters in it, they will be converted to the equivalent HTMLentity upon saving. This is displayed in the RTE.
After hitting enter the text is wrapped in <p> and the error does not occur.
This line:
"test"
will be converted into:
"test"
TYPO3 version: 4.0.2
htmlarea version: 1.3.7 and 1.4.2
(issue imported from #M4657)
Updated by Stanislas Rolland about 16 years ago
I cannot reproduce this behaviour with latest trunk in Firefox 3. Do you still encounter this issue?
Updated by Stanislas Rolland almost 16 years ago
Please explain how to reproduce this issue and in what browser in TYPO3 4.1 or 4.2.
Updated by Jochen Stange over 15 years ago
I can't reproduce the behaviour either in the current version. Seems to have been resolved
Updated by Stanislas Rolland over 15 years ago
Unable to reproduce with current versions.
Actions