main
Bob Mottram 2023-01-03 17:57:52 +00:00
parent d6f11dd0bf
commit 4f39b72205
1 changed files with 1 additions and 1 deletions

View File

@ -2386,7 +2386,7 @@ def individual_post_as_html(signing_priv_key_pem: str,
'" class="' + time_class + '" tabindex="10">' + \
published_str + '</a>\n'
if not show_icons:
footer_str = '</div>\n'
footer_str += '</div>\n'
else:
footer_str = '<a href="' + \
published_link.replace('/news/', '/news/statuses/') + \