Actions
Bug #72330
closedHTML Tags in image caption textfield get escaped
Status:
Rejected
Priority:
Won't have this time
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-12-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
caption, html tags
Complexity:
Is Regression:
No
Sprint Focus:
Description
Please see the attached screenshot.
When adding an image caption with HTML tags, these are escaped and don't work.
Here's an example of the generated HTML code:
<figcaption class="csc-textpic-caption"> Florian Schmidt<br> <i>Affinities</i><br> Installation view </figcaption>
Neither
tt_content.image.20.caption.1.stdWrap.htmlSpecialChars = 1
nor
tt_content.image.20.caption.1.parseFunc.allowTags = B,I,U,A,IMG,BR,SUB,SUP,P,STRONG,EM,LI,UL,OL
seem to work.
Files
Actions