mirror of https://gitlab.com/bashrc2/epicyon
Simplification was too simple
parent
9f11d348d6
commit
4148c68470
|
@ -604,7 +604,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
|
|
||||||
# separator between posts which only appears in shell browsers
|
# separator between posts which only appears in shell browsers
|
||||||
# such as Lynx and is not read by screen readers
|
# such as Lynx and is not read by screen readers
|
||||||
textModeSeparator = '<hr>'
|
textModeSeparator = \
|
||||||
|
'<div class="transparent"><hr></div>'
|
||||||
|
|
||||||
# show the posts
|
# show the posts
|
||||||
itemCtr = 0
|
itemCtr = 0
|
||||||
|
|
Loading…
Reference in New Issue