Project

General

Profile

Actions

Bug #14818

closed

Heading-Tags '<h1></h1>' are rendered in edit mode, but not on Frontend.

Added by old_remote over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-06-14
Due date:
% Done:

0%

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

Description

If you mark a text in the rte-editor as a headline, it is correctly displayed (bold and bigger) in the editor, but in frontend the tags are shown, but not rendered as bigger and bold.
i.e.:
<h1>Hi there!</h1> is rendered as <h1>Hi there!<br /></h1>

Steps to reproduce:
- open rtehtmlarea
- enter text
- mark text
- select "headline 1" (i dont know how it is exactly called in english, in german its called "Überschrift 1") from Dropdown-Menu
- save and look at output in frontend

Used Versions:
-Typo3 3.8
-rtehtmlarea 5.3

(issue imported from #M1198)

Actions #1

Updated by Stanislas Rolland over 19 years ago

This is neither a problem of the editor, nor an issue of TYPO3, but some wrong setting in TS template. Most probably, the header tags are not included in the list of tags specified by TS constant

styles.content.links.allowTags

Actions

Also available in: Atom PDF