mirror of https://gitlab.com/bashrc2/epicyon
Safer path
parent
c81aac5247
commit
37838718fb
|
@ -1048,7 +1048,7 @@ def html_timeline(default_timeline: str,
|
||||||
tl_str += text_mode_separator
|
tl_str += text_mode_separator
|
||||||
first_post = ''
|
first_post = ''
|
||||||
if last_post_id:
|
if last_post_id:
|
||||||
first_post = ';firstpost=' + last_post_id
|
first_post = ';firstpost=' + last_post_id.replace('#', '--')
|
||||||
tl_str += \
|
tl_str += \
|
||||||
' <br>\n' + \
|
' <br>\n' + \
|
||||||
' <center>\n' + \
|
' <center>\n' + \
|
||||||
|
|
Loading…
Reference in New Issue