Actions
Bug #14544
closedDocumentation: How to get rid of the <p> tag
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-02-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The manual section "How to get rid of the <p class=”bodytext”> wrap ?"
should read as follows:
add this to your TS-Setup field if you want to get rid of the class attribute:
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >
However, if you want to get rid of the whole <p> tag, use:
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.nonWrappedTag >
The statement as it is only removes the "class" attribute.
(issue imported from #M767)
Updated by Stanislas Rolland almost 20 years ago
This is posted to the wrong project. There is no such section in the documentation of extension rtehtmlarea.
Updated by old_mich almost 20 years ago
Correct, sorry. It is in tt_news... Got confused because the setting is kind of general, RTE related.
Updated by Rupert Germann almost 20 years ago
I fixed this in the manual I'm currently working on.
thx for the hint.
rupi
Actions