diff --git a/infomentor/informer.py b/infomentor/informer.py
index 4a74c7a..375b64e 100755
--- a/infomentor/informer.py
+++ b/infomentor/informer.py
@@ -60,7 +60,7 @@ class Informer(object):
text = news.content
for attachment in news.attachments:
fid, fname = attachment.localpath.split('/')
- text += '''
Attachment {0}: https://files.hyttioaoa.de/{1}
'''.format(fname, attachment.localpath)
+ text += '''
Attachment {0}: https://files.hyttioaoa.de/{1}
'''.format(fname, attachment.localpath)
parsed_date = dateparser.parse(news.date)
now = datetime.datetime.now()
parsed_date += datetime.timedelta(hours=now.hour, minutes=now.minute)