From eaa8e2ec67a7a8dc54abd6c195f4ac8a51819ce7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 16 Nov 2024 12:50:08 +0000 Subject: [PATCH] Line endings --- webapp_post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_post.py b/webapp_post.py index 76c885a6c..f30b8f703 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -3290,7 +3290,7 @@ def html_individual_post(recent_posts_cache: {}, max_recent_posts: int, post_id = remove_id_ending(post_json_object) metadata_str += \ ' ' + 'href="' + post_id + '" />\n' # link to the author's actor if obj.get('attributedTo'): actor = get_attributed_to(obj['attributedTo']) @@ -3298,7 +3298,7 @@ def html_individual_post(recent_posts_cache: {}, max_recent_posts: int, metadata_str += \ ' ' + 'href="' + actor + '" />\n' preload_images = [] header_str = html_header_with_external_style(css_filename, instance_title, metadata_str,