This commit is contained in:
Kovid Goyal 2013-06-05 09:18:51 +05:30
parent 82b06b765a
commit bd248e1a58

View File

@ -132,7 +132,7 @@ class Images(object):
src = self.generate_filename(rid, name)
img = IMG(src='images/%s' % src)
if alt:
img(alt=alt)
img.set('alt', alt)
return img
def drawing_to_html(self, drawing, page):