From 0cdf7bcec5c38bdb934a78a72d6467ed192650e5 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 5 Jan 2020 18:44:16 -0800 Subject: [PATCH] Put each redmash line into its own div. Apparently there are huge browser performance consequences for having it as lines with brs. --- timesearch/redmash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'