Add more build information to the events and have better messaging

Fixes #79
This commit is contained in:
Joseph Schorr 2015-06-16 23:16:36 -04:00
parent 7315736c1f
commit 9b974f6b80
9 changed files with 89 additions and 30 deletions

View file

@ -328,8 +328,7 @@ class SlackAdjuster(HTMLParser):
self.result.append('*')
if tag == 'img':
self.result.append(self.get_attr(attrs, 'alt'))
self.result.append(' ')
self.result.append('')
def handle_endtag(self, tag):
if tag == 'a':