typo3 - HTML markup and special characters in image descriptions -
in typo3 used add html markup in "description (caption)" field of image elements in backend. since recent update (now version 6.2.17 maybe earlier) html markup shown plain text in frontend; angle brackets escaped e.g. <
. ­
escaped , shown plain text. how can typo3 recognize html markup in image descriptions again? there no button switch html editing there.
i have learnt resource version 6.2.16 vulnerability fixed; see bulletin https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2015-013/. adding
tt_content.image.20.caption.1.1 { htmlspecialchars = 0 }
to typoscript template allows using html markup.
Comments
Post a Comment