Comment 17 for bug 1796578

Revision history for this message
Mike Bayer (zzzeek) wrote :

When I run with debug, I can see that what is shown in the wizard as:

2 <br>

looks in the file input/index.html as:

2&#160;<br>

I tried using the regex \d+\&#160;<br> instead, which I tested in Python 2 to make sure the interpreter matches it, which it does, but this works neither in the wizard or in the output.

is it possible that Calibre's dependencies, like Python version, or other 3rd party library in use, can affect its behavior in this regard such that you're not able to reproduce ?