Quote:
Originally Posted by slowsmile
as well as removing </span> </span> tags that only contain blank spaces
|
Why on earth would you remove the
span tag
and the content inside it?
First, you have the problem this post points out...if the only content inside the tag is whitespace, your plugin is removing it. And, the problem is that there are commercial EPUBs formatted in this way.
Second, there could be valid reasons to wrap whitespace in a formatting tag...changing the background color, etc.