Actions
Bug #14882
closed'removeTag's does not remove closing tags
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-07-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions