Quote:
Originally Posted by Perkin
 The self closing tags should have been caught in the elif clauses
change the -1 to a -2 in the line
Code:
elif entity[-1:] == '/>':
Edit: line 590 in modify.py in your last post' zip
|
I made that change in my installed script and saw no issues with my test case book; the one that had been triggering errors.
I can't help but wonder if you might also want to remove the
tags?