diff --git a/webapp_utils.py b/webapp_utils.py index a62422e9e..ff51a2354 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1458,8 +1458,8 @@ def get_post_attachments_as_html(base_dir: str, '\n' - idx = 'Your browser does not support the video tag.\n' - gallery_str += translate[idx] + idx = 'Your browser does not support the video tag.' + gallery_str += translate[idx] + '\n' gallery_str += ' \n' gallery_str += ' \n' gallery_str += ' \n'