Simplification was too simple

merge-requests/30/head
Bob Mottram 2021-02-07 21:39:13 +00:00
parent 9f11d348d6
commit 4148c68470
1 changed files with 2 additions and 1 deletions

View File

@ -604,7 +604,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
# separator between posts which only appears in shell browsers
# such as Lynx and is not read by screen readers
textModeSeparator = '<hr>'
textModeSeparator = \
'<div class="transparent"><hr></div>'
# show the posts
itemCtr = 0