merge-requests/30/head
Bob Mottram 2021-02-07 21:37:44 +00:00
parent 6e4e50ac5b
commit 9f11d348d6
1 changed files with 1 additions and 3 deletions

View File

@ -604,9 +604,7 @@ 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 = \
'<div class="transparent">' + \
'<pre aria-label=""><hr></pre></div>'
textModeSeparator = '<hr>'
# show the posts
itemCtr = 0