@Turtle91: Unfortunately, the removing empty whatever seems to run even if I have no options selected.
@BeckyEbook: Pretty much what I am seeing where the non-empty <i> </i> string is being converted to a <i/> string.
Once I realized what was happening, I modified my workflow to find <i>, <b>, <em>, </strong>, <span>, etc. tags with only whitespace and change them to a space. This happens with any tags enclosing 1 or more spaces as if the convert whitespace to a single space doesn't stop when a single space remains.
I am wondering is this is related to the earlier issue when a span without a class was being removed.
|