This commit is contained in:
Denis Fomin 2013-04-22 18:09:58 +04:00
parent 7954786a1b
commit 0c00cdde72
1 changed files with 1 additions and 1 deletions

View File

@ -1470,7 +1470,7 @@ def _get_img_direct(attrs):
alt += '\n'
alt += _('Image is too big')
break
f.close()
f.close()
return (mem, alt)
def _get_img_proxy(attrs, proxy):