mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-18 19:03:44 +01:00
unwrapping doesn't work correctly if quotes are encoded as entities
This commit is contained in:
parent
70998858f1
commit
66b443adc5
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@
|
|||
result_exceptions = {
|
||||
u'<' : '<',
|
||||
u'>' : '>',
|
||||
u"'" : ''',
|
||||
u'&' : '&',
|
||||
})
|
||||
_span_pat = re.compile('<span.*?</span>', re.DOTALL|re.IGNORECASE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue