mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix bug in implementation of markupMassage in BeautifulSoup 3.0.5. This affects everything, so I hope there aren't too many regressions.
This commit is contained in:
parent
9699b9311d
commit
bac6acb7a2
@ -1094,6 +1094,7 @@ class BeautifulStoneSoup(Tag, SGMLParser):
|
||||
# was relying on the existence of markupMassage, this
|
||||
# might cause problems.
|
||||
del(self.markupMassage)
|
||||
self.markup = markup
|
||||
self.reset()
|
||||
|
||||
SGMLParser.feed(self, markup)
|
||||
|
Loading…
x
Reference in New Issue
Block a user