diff --git a/timesearch/redmash.py b/timesearch/redmash.py index 54d28e1..9615e32 100644 --- a/timesearch/redmash.py +++ b/timesearch/redmash.py @@ -11,7 +11,7 @@ LINE_FORMAT_TXT = ''' '''.replace('\n', '') LINE_FORMAT_HTML = ''' -{timestamp}: [{flairtext}] {title} - {author} (+{score})
+
{timestamp}: [{flairtext}] {title} - {author} (+{score})
'''.replace('\n', '') TIMESTAMP_FORMAT = '%Y %b %d'