Project

General

Profile

Actions

Bug #44879

closed

Remove inline styles from parsed blockquote tag

Added by Sebastian Michaelsen about 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
Start date:
2013-01-28
Due date:
% Done:

100%

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

Description

css_styled_content's lib.parseFunc_RTE has the following rule:

externalBlocks.blockquote.callRecursive.tagStdWrap.HTMLparser.tags.blockquote.overrideAttribs = style="margin-bottom:0;margin-top:0;"

I don't know the intention of this rule (it's there since at least 20041) but it ruins my output as it removes my attributes (such as class) from blockquote tags and sets the inline styles instead - those should be avoided anyway.
So my suggestion is to simply remove this rule.

[1] http://git.typo3.org/TYPO3v4/Core.git/blob/5d4f9d2afe09d576075726f348d236409be896a0:/typo3/sysext/css_styled_content/static/setup.txt

Actions

Also available in: Atom PDF