Project

General

Profile

Actions

Bug #25083

closed

Content rendering: Definition lists inserted in RTE are wrapped in paragraphs

Added by Christian Hennecke about 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Category:
Content Rendering
Target version:
Start date:
2011-02-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

By default, definition lists entered in the RTE are wrapped in paragraph tags when rendered in the frontend. This is not valid HTML.

Currently, the solution is to add something like

lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList := addToList(dl, dt, dd)

to the TS setup of the template. However, standard HTML elements should work out of the box.
(issue imported from #M17648)


Files

Actions

Also available in: Atom PDF