[TYPO3-dev] Fluid > f:format.html() does not recognize <br/>
Philipp Wrann
philippwrann at gmail.com
Tue Feb 25 10:26:44 CET 2014
How can i fix this:
My source (imported, this is how its actually saved in the database):
sometext<br/>some more text<br/>
Displays:
sometext<br/>some more text<br/>
When changing the source to
sometext<br />some more text<br />
It displays
sometext
some more text
So - how can i manipulatre the f:format.html to include replace <br/> too?
More information about the TYPO3-dev
mailing list