Actions
Bug #17295
closedIncorrect rendering of some tags inside ul / ol / dl elements
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2007-05-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When using < dt>, < dd >, < q > tags inside list elements, those are rendered as entities (< ; q > ; )
Solution:
Simply add those tags to the allowTags list:
styles.content.links.allowTags =
This works even if there are NO links at all in the list element.
(issue imported from #M5603)
Actions