Actions
Feature #39676
closedDelete empty paragraphs
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2012-08-10
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
My editors create a lot of empty paragraphs like:
<p>Some text.</p>
<p> </p>
<p> </p>
<p>Some more text.</p>
Well, I don't want them to do that. It's contrary to a consistent layout and makes pages look amateurish.
So, after saving, it should read:
<p>Some text.</p>
<p>Some more text.</p>
Of course, there could be cases where empty paragraphs are actually needed, too.
So it might be better if this were a configuration setting.
Actions