Bug #14882
closed'removeTag's does not remove closing tags
0%
Description
RTE.default.proc.entryHTMLparser_db.removeTags doesn't remove the whole tags, but only the opening tags. The closing tags are remaining.
RTE.default.proc.entryHTMLparser_db = 1
RTE.default.proc.entryHTMLparser_db {
removeTags= font,p
}
should do the trick, but this function only removes the opening <p> or <font>-tags but does not remove the closing </p> or </font>-tags.
It seems that this bug does not affect normal paragraphs; however it has been observed with e.g. lists (<ul>, <ol>).
(issue imported from #M1316)
Updated by Robert Markula over 19 years ago
Sorry, Mantis does not accept HTML tags.
The text in the brackets should be '< ul> and < ol>'.
Updated by Stanislas Rolland over 19 years ago
This is not a problem of htmlArea RTE. If this problem can be reproduced, it is a problem of TYPO3 Core RTE-API. If you want someone to eventually address this problem, you should resubmit it against TYPO3 Core.
Updated by Stanislas Rolland over 19 years ago
Removing a font tag from within a li tag contained in an unordered list worked fine for me.
Updated by Robert Markula over 19 years ago
Sorry, this bug is not RTE related and belongs to the core.
Feel free to remove this bug.