diff --git a/atomstrom.py b/atomstrom.py index 57ec072..508a7a7 100755 --- a/atomstrom.py +++ b/atomstrom.py @@ -69,7 +69,7 @@ def mail_daily_digest(session, sender, receiver, prefix): text = textwrap.fill(text, width=78) try: body += '=> %s - %s\n' % (entry.firstfetched.strftime('%Y-%m-%dT%H:%M'), feedinfo.title) - body += '>> %s\n' % entry.title + body += '> %s\n' % entry.title body += '%s\n' % text body += '%s\n\n' % link except: