diff --git a/webapp_post.py b/webapp_post.py index 4e989b8c6..92e2177a4 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1212,7 +1212,7 @@ def _get_reply_html(translate: {}, 'class="announceOrReply"/>\n' + \ ' ' + \ - '' + \ + '' + \ reply_display_name + '\n' @@ -1422,12 +1422,12 @@ def _get_footer_with_icons(show_icons: bool, footer_str += delete_str + mute_str + edit_str if not is_news_post(post_json_object): footer_str += ' ' + \ + time_class + '">\n' else: footer_str += ' ' + \ + '" class="' + time_class + '">\n' footer_str += ' \n' footer_str += ' \n' @@ -1724,7 +1724,7 @@ def individual_post_as_html(signing_priv_key_pem: str, nickname + '?options=' + post_actor + \ ';' + str(page_number) + ';' + avatar_url + message_id_str + \ '">' + \ - '' + display_name + '' + \ + '' + \ '\n' else: if not message_id: @@ -1741,7 +1741,7 @@ def individual_post_as_html(signing_priv_key_pem: str, ' @' + actor_handle + '\n' + '">@\n' # benchmark 9 _log_post_timing(enable_timing_log, post_start_time, '9') @@ -2146,7 +2146,7 @@ def individual_post_as_html(signing_priv_key_pem: str, if post_is_sensitive and reaction_str: reaction_str = '
' + reaction_str post_html = '
\n' post_html += avatar_image_in_post