[TYPO3-mvc] FLUIDTEMPLATE and htmlentities

Jacco van der Post jacco at id-internetservices.com
Fri Apr 8 21:14:51 CEST 2011


Aah read the article which Bastian pointed to from Rens Admiraal and 
replaced

<f:format.html parseFuncTSPath="lib.parseFunc">{contentBla}
</f:format.html>

for

<f:cObject typoscriptObjectPath="lib.contentBla" />

lib.contentBla < styles.content.get

Now all works fine!

grtz Jacco :)

Op 8-4-2011 18:17, Jacco van der Post schreef:
> I am using <f:cObject typoscriptObjectPath="lib.topMenu1" />
> and define the menu in TS, than the menu gets rendered ok.
>
> The only problem I have is using captions on images. the frontend output
> gets messed up.
>
> Some HTML like
>
> <dl class="csc-textpic-image csc-textpic-firstcol"
> style="width:400px;"><dt>
>
> gets printed out on the frontend.
>
> Could someone confirm this?
>




More information about the TYPO3-project-typo3v4mvc mailing list