Extra separator

main
Bob Mottram 2022-12-26 21:59:24 +00:00
parent 83affc43ee
commit 7ef5923234
1 changed files with 1 additions and 2 deletions

View File

@ -1062,8 +1062,7 @@ def html_timeline(default_timeline: str,
# firstpost does not overlap on the next timeline
if last_item_str:
tl_str = tl_str.replace(last_item_str, '')
else:
tl_str += text_mode_separator
tl_str += text_mode_separator
first_post = ''
if last_post_id:
first_post = ';firstpost=' + last_post_id.replace('#', '--')