Safer path

merge-requests/30/head
Bob Mottram 2022-11-20 16:28:46 +00:00
parent c81aac5247
commit 37838718fb
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ def html_timeline(default_timeline: str,
tl_str += text_mode_separator
first_post = ''
if last_post_id:
first_post = ';firstpost=' + last_post_id
first_post = ';firstpost=' + last_post_id.replace('#', '--')
tl_str += \
' <br>\n' + \
' <center>\n' + \