From f882d6fc1a19460b754d0675f615a2d557e7c2aa Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Jan 2023 15:18:15 +0000 Subject: [PATCH 1/2] Update date --- manual/cover/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/cover/index.html b/manual/cover/index.html index ca2f73dfa..2f3859af3 100644 --- a/manual/cover/index.html +++ b/manual/cover/index.html @@ -23,7 +23,7 @@

Version 1.3.0

-

Designed and published by Bob Mottram © 2022 , UK

+

Designed and published by Bob Mottram © 2022-2023 , UK

From 1d15a95851bc6d134f389191375088c7f2fcd588 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 1 Jan 2023 17:53:22 +0000 Subject: [PATCH 2/2] Create variable earlier --- webapp_profile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index 510bf1130..a1d019fb1 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -375,12 +375,13 @@ def html_profile_after_search(recent_posts_cache: {}, max_recent_posts: int, ' \n' + \ '\n' + text_mode_separator = '

' + user_feed = \ parse_user_feed(signing_priv_key_pem, session, outbox_url, as_header, project_version, http_prefix, from_domain, debug) if user_feed: - text_mode_separator = '

' minimize_all_images = False if nickname in min_images_for_accounts: minimize_all_images = True