Bug #44879
closedRemove inline styles from parsed blockquote tag
100%
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.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17758
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17758
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17758
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/17758
Updated by Jan Helke almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 77ed05220f0850a327bdb9a4cb873a13c8e646a8.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed