sotastudio / TYPO3.Extbase.FlexSlider

TYPO3 Extbase // FlexSlider — brings WooThemes' awesome responsive Slider to TYPO3 — mirrored from Bitbucket.
14 stars 9 forks source link

Extend Subtitle by RTE #45

Open timofo opened 9 years ago

timofo commented 9 years ago

If you extend the Subtitle by RTE functionality the rendering is not correct. For example if you make paragraphs in RTE. The rendering is without any p-Tags.

codefresser commented 8 years ago

the List.html template uses in line 37 <f:format.html parseFuncTSPath="lib.parseFunc">{slide.subtitle}</f:format.html> probably should be <f:format.html parseFuncTSPath="lib.parseFunc_RTE">{slide.subtitle}</f:format.html> instead.

mrkbr commented 8 years ago

Yes, that solved the problem. Thank you for saving me time :)