Project

General

Profile

Actions

Bug #14156

closed

css_styled_content 0.1.0 adds unwanted tags

Added by Oliver Klee over 20 years ago. Updated over 20 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2004-05-11
Due date:
% Done:

0%

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

Description

I just updated from css_styled_content 0.0.9 to 0.1.0. Now Typo3 adds coed to the page that was not there before and in the process wrecks my CSS layout at http://www.asta-bonn.de/ :

1. Each < h1> (previously without any class or wrapping div) now looks like this:
<div class="csc-header csc-header-n1"><h1 class="csc-firstHeader">

2. Each <h2> now looks like this:
<div class="csc-header csc-header-n2"><h2>

3. Each <h3> now looks like this:
<div class="csc-header csc-header-n3"><h3>

4. Each <p> now is double-wrapped (which is broken HTML):
<p><p class="bodytext">...text...</p></p>

5. There are lots of HTML comments in the code, increasing the page size:

(issue imported from #M78)

Actions

Also available in: Atom PDF