Quote:
Originally Posted by jackie_w
|
TNX
I think I tried a early version of this tool a long time ago and abandoned it I was learning about EPUB).
Been fixing this issue, along with other odd

coding with Sigil (CV)
I could us a de-spanner that only removes un-necessary repeated spans
Code:
<span="foo2">stuff</span><space><span="foo2">more stuff</span>
Must pair-match tags before cleaning. (A simple REGEX does not match pairs

and can really make a pile of doo out of things.)