From e409d93512c1038f3c25e883ddad750965fecd77 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Jan 2023 14:54:12 +0000 Subject: [PATCH] Link to conversation view --- webapp_post.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index ab507c401..9d9a28184 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -2370,7 +2370,9 @@ def individual_post_as_html(signing_priv_key_pem: str, if content_license_url: footer_str += _get_copyright_footer(content_license_url, time_class) - footer_str += '' + \ published_str + '\n' else: