View Single Post
Old 04-06-2014, 11:30 PM   #621
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,584
Karma: 79436940
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by Perkin View Post
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
Code:
<a id="page_44"/>
tags?

Last edited by PeterT; 04-06-2014 at 11:33 PM.
PeterT is offline   Reply With Quote