[TYPO3-RTE] hr is wrapped

Jody Cleveland Cleveland at winnefox.org
Tue Feb 28 15:17:38 CET 2006


> i had the same problem and solved it by putting the following 
> code into the 
> template-setup
> 
> lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.
> P.class >
> tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines >
> tt_content.text.20.parseFunc.nonTypoTagStdWrap.encapsLines {
>   encapsTagList = div,p
>   removeWrapping = 1
>   wrapNonWrappedLines = |
>             }

I had the same problem, so I tried your solution. It did work, but now,
it doesn't honor carriage returns. Everything is lumped in one chunk. Is
there a way to just turn this off for hr tags?

- jody



More information about the TYPO3-project-rte mailing list