mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
cc3b349705
commit
b595198dd2
@ -168,7 +168,7 @@ class Images(object):
|
|||||||
img = IMG(src='images/%s' % src, style="display:block")
|
img = IMG(src='images/%s' % src, style="display:block")
|
||||||
alt = get(imagedata, 'o:title')
|
alt = get(imagedata, 'o:title')
|
||||||
if alt:
|
if alt:
|
||||||
img(alt=alt)
|
img.set('alt', alt)
|
||||||
yield img
|
yield img
|
||||||
|
|
||||||
def get_float_properties(self, anchor, style, page):
|
def get_float_properties(self, anchor, style, page):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user