mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 20:43:43 +02:00
...
This commit is contained in:
parent
15bc2500d1
commit
f11ab2f63d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def preprocess_html(self, soup):
|
|||
if alink.string is not None:
|
||||
tstr = alink.string
|
||||
alink.replaceWith(tstr)
|
||||
return soup
|
||||
return self.adeify_images(soup)
|
||||
|
||||
preprocess_regexps = [
|
||||
(re.compile(r'([0-9])%'), lambda m: m.group(1) + ' %'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue