Quote:
Originally Posted by eschwartz
Mystery solved.
Tex2002ans, your regexes don't account for classes, how could you!
Fixed:
|
and you may need a <p class= <span
version
Code:
</span></p>\s+<p class="normal"><span class="override1">
The code tips we toss out are generic solutions that may need to be honed to fit a specific case.

Never fully trust a bulk (replace all) change.
The Span case is very fragile (and destructive) if there are additional mid paragraph spans. Use extra care, work on a single section until valid (and frequent saves every time you show no errors in the Preview. Do not rly on auto fix solutions