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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -