[TYPO3-RTE] htmlArea RTE transformBoldAndItalicTags for remapping <b> and <i>!?

Niklas Kanthak niklas.kanthak at t-online.de
Wed Jan 21 00:20:05 CET 2009


Hello,

after updating a TYPO3 4.1.7 (htmlArea RTE 1.5.6) to 4.2.3 (1.7.7) I had 
to realize that the former proper configuration of <strong> and <em> for 
the emphasis of text didn't work anymore and again <b> and <i> were 
written to the database.

Looking for the reason I encountered the new(?) 
transformBoldAndItalicTags flag in the res/proc/pageTSConfig.txt 
configuration file. I couldn't find any documentation about it, what's 
the effect of this flag? I had to turn it off and to remap the tags 
manually to <strong> and <em>. Is this wanted?

res/proc/pageTSConfig.txt:
## Default RTE processing rules
RTE.default.proc {
		## REMAP BOLD AND ITALIC TO STRONG AND EMPHASIS AND VICE VERSA
		transformBoldAndItalicTags = 1
}

Regards,

Niklas


More information about the TYPO3-project-rte mailing list