From 7fbc3a970a4892e0f4f3af97da7ad0a908e99b4e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 23 Aug 2022 10:10:42 +0100 Subject: [PATCH] Include rss icon in header --- webapp_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_search.py b/webapp_search.py index 8d8e9d23a..2f8e7dca9 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -795,7 +795,7 @@ def html_hashtag_search(nickname: str, domain: str, port: int, hashtag + '\n' else: hashtag_search_form += '
\n' + \ - '

#' + hashtag + '

' + '

#' + hashtag # RSS link for hashtag feed hashtag_search_form += ' ' @@ -803,7 +803,7 @@ def html_hashtag_search(nickname: str, domain: str, port: int, '

\n' + 'icons/logorss.png" />\n' # maps for geolocations with this hashtag maps_str = html_hashtag_maps(base_dir, hashtag, translate)