[TYPO3-rte] Problem with getting <p> tags in database

Stanislas Rolland typo3 at sjbr.ca
Thu Jan 19 20:59:46 CET 2012


Hi Siddhesh,
>
> In RTE i insert blank lines along with few paragarps.The blanks lines
> are converted to <p> tags.If i look in database i get dont get those <p>
> tags.Futher i use this field in my extension to fetch the data.Now in
> frontend i dont get blank lines.
>
You need to apply lib.parseFunc_RTE (using stdWrap) when rendering the 
RTE content to the FE.

If it's a pibase extension you can simply call:
$this->pi_RTEcssText($row['description'])

Regards,
Stanislas



More information about the TYPO3-project-rte mailing list