[TYPO3-mvc] no <p> in Fluid from HTML Area RTE

Ludwig Rafelsberger ludwig.rafelsberger at gmx.at
Tue Jun 21 21:57:29 CEST 2016


Hey Michael,

as far as I know they are not there in the database because the RTE processes data between RTE and database. RTE data is held in an intermediate format (for e.g. TypoLinks).
A similar but reverse processing function is normally used when actually rendering RTE data for output - thats what the f:format.html ViewHelper is made for. Did you send your RTE data though such a ViewHelper or preprocess it otherwise? If not, the solution is to simply wrap the RTE data in said f:format.html ViewHelper tags in your template.

Cheers,
Ludwig

Am 21. Juni 2016 21:33:49 MESZ, schrieb Michael Roskosch <info at all4pages.com>:
>Can someone explain me way my extension in TYPO3 7.6.9 has no <p> tags
>in the view (FLUID).
>In the RTE the <p> tags are all there
>In the database they are gone
>and so they also gone in the output in the view
>
>I have <b> and <i> but i don't have <p>
>I want my <p> tag back
>
>Please give me a hand
>_______________________________________________
>TYPO3-project-typo3v4mvc mailing list
>TYPO3-project-typo3v4mvc at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc


More information about the TYPO3-project-typo3v4mvc mailing list