Tweaking some mailcap definitions.

This commit is contained in:
Michael Lazar
2016-07-24 13:47:50 -07:00
parent 703ccca5a3
commit a115c7f423
3 changed files with 11 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ class ImgurAlbumMIMEParser(BaseMIMEParser):
urls.append('http:' + div.find('img').get('src'))
if urls:
return "' '".join(urls), 'image/x-imgur-album'
return " ".join(urls), 'image/x-imgur-album'
else:
return url, None