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('/', '--')