From a26111b0e049683a87e992097d2f9efe5ac3cef9 Mon Sep 17 00:00:00 2001 From: bashrc Date: Sat, 29 Aug 2026 11:29:11 +0100 Subject: [PATCH] Alt text for RSS icon --- src/webapp_search.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/webapp_search.py b/src/webapp_search.py index b8d60ade7..6791daee5 100644 --- a/src/webapp_search.py +++ b/src/webapp_search.py @@ -1227,12 +1227,8 @@ def html_hashtag_search_remote(nickname: str, domain: str, port: int, hashtag_rss: str = hashtag_url if '.html' in hashtag_rss: hashtag_rss = hashtag_rss.replace('.html', '') - hashtag_search_form += ' ' - hashtag_search_form += \ - '\n' + hashtag_search_form += ' 🛜\n' tag_link: str = '/users/' + nickname + '?remotetag=' + \ hashtag_url.replace('/', '--')