Project

General

Profile

Actions

Bug #76401

closed

IMG in RTE bad url in front ( & )

Added by S. G. almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2016-05-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
&amp img rte
Complexity:
Is Regression:
No
Sprint Focus:

Description

hello,

I try to insert an image in my htmlarea editor (RTE) while my file system is not public, then I get this url http://myhost.fr/index.php?eID=dumpFile&t=p&p=1008&token=97eaa86a22bb600977773c639c5c2ff8e475bc16

You can see "&" instead of "&" so the image is not displayed in front-end (but visible in the editor with the "&" too).

I'm working with typo3 7.6.9.

Actions #1

Updated by S. G. almost 8 years ago

  • % Done changed from 0 to 100

I resolved my issue with this ts code :

RTE.default.proc {
HTMLparser = 1
HTMLparser.htmlSpecialChars = 0

exitHTMLparser_db = 1
exitHTMLparser_db {
htmlSpecialChars = 0
}
entryHTMLparser_db = 1
entryHTMLparser_db {
htmlSpecialChars = 0
}
}

ticket closed !

Actions #2

Updated by Riccardo De Contardi almost 8 years ago

  • Status changed from New to Closed

I close this as requested. Thank you for your findings!

Actions

Also available in: Atom PDF