Extra lines

main
Bob Mottram 2024-05-29 15:53:36 +01:00
parent fec4b2d8be
commit f3c5dd85ac
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ def html_conversation_view(authorized: bool, post_id: str,
if isinstance(post_json_object['id'], str):
id_str = remove_id_ending(post_json_object['id'])
if post_id in id_str:
post_str += '<hr>\n'
post_str += '<br><hr><br>\n'
conv_str += text_mode_separator + separator_str + post_str
# if using a text mode browser then don't show SHOW MORE because there