Quote:
Originally Posted by ownedbycats
Question: Is there a storyUrl config that can be used to remove empty paragraphs (<p> </p>) from the story body? I have an editor chain to clean them up but I thought if I could do it direcrly that be easier.
|
You can try removing 'p' from
keep_empty_tags.
From defaults.ini under [defaults]:
Code:
## By default, empty tags are removed as part of cleaning up the
## source HTML. However, a few tags should be kept even if empty.
## (Whitespace only, including is considered empty.) This
## setting can adjust which tags are kept.
keep_empty_tags:p,td,th