diff --git a/webapp_utils.py b/webapp_utils.py index 1a53850ab..ff5a37761 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1399,7 +1399,7 @@ def get_post_attachments_as_html(base_dir: str, attachment_str += '\n\n' attachment_ctr += 1 if media_style_added: - attachment_str += '' + attachment_str += '
' return attachment_str, gallery_str