Skip to content
Snippets Groups Projects
Commit 77ed0522 authored by Jan Helke's avatar Jan Helke Committed by Christian Kuhn
Browse files

[BUGFIX] Remove inline styles from parsed blockquote tag

When passing blockquote tags trough lib.parseFunc_RTE (this
is commonly done when rendering TS objects in Fluid templates)
their attributes will be replaced with some inline styles.
I don't know what the intention of this behavior is, but it's been
like this at least since 2004. Inline styles should generally be
avoided.
I suggest to simple remove this rule.

Code to reproduce the issue and test the change:
https://gist.github.com/4654874

Resolves: #44879
Releases: master
Change-Id: If8954fa392b906d78a8cc32aba9e5b23d84decd9
Reviewed-on: http://review.typo3.org/17758


Reviewed-by: default avatarSteffen Müller <typo3@t3node.com>
Tested-by: default avatarSteffen Müller <typo3@t3node.com>
Reviewed-by: default avatarJan Helke <typo3@helke.de>
Tested-by: default avatarJan Helke <typo3@helke.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent e91cc1f7
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment