
MO Paragraph trimmer filter is a small module that automatically removes empty paragraphs. If you are like us, using a WYSIWYG editor such as FCKeditor, then you will need this filter to avoid having to re-edit the same node multiple times in order to remove the empty paragraphs that the editor adds at the end of the node.
If you look at the HTML code, when you add an empty line in your editor, the editor adds the following:
<p> </p>
This modules offers you a way to remove all such paragraphs. Remove those at the beginning, the end or within the body of your node or block.
At this time, the module is limited to the default WYSIWYG empty paragraphs. If you have a need where other similar empty lines appear in your nodes, let us know and we will add support for it quickly!