This commit is contained in:
Kovid Goyal 2012-10-01 20:55:09 +05:30
parent 92eb7e7ac1
commit 8aa1df125e

View File

@ -254,6 +254,7 @@ class HTMLInput(InputFormatPlugin):
except EnvironmentError:
pass
else:
if img:
media_type = self.guess_type('dummy.'+img)[0] or self.BINARY_MIME
self.oeb.log.debug('Added', link)