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

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