Project

General

Profile

Actions

Feature #39676

closed

Delete empty paragraphs

Added by Florian Seirer over 11 years ago. Updated about 9 years ago.

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #20555: New parseFunc settingClosed2009-06-03

Actions
Actions #1

Updated by Florian Seirer over 11 years ago

I actually meant <p>&nonBreakingSpace;</p>.
Forge filtered it out...

Actions #2

Updated by Florian Seirer almost 11 years ago

A possible solution is being discussed in #20555.

Actions #3

Updated by Mathias Schreiber about 9 years ago

  • Status changed from New to Closed

we will continue this in #20555

Actions

Also available in: Atom PDF