Image style

main
Bob Mottram 2020-09-26 20:16:14 +01:00
parent f3d0a962c0
commit d81ef01150
1 changed files with 2 additions and 1 deletions

View File

@ -768,7 +768,8 @@ def htmlHashtagSearch(nickname: str, domain: str, port: int,
# RSS link for hashtag feed
hashtagSearchForm += '<center><a href="/tags/rss2/' + hashtag + '">'
hashtagSearchForm += '<img loading="lazy" alt="RSS 2.0" ' + \
hashtagSearchForm += \
'<img style="width:5%" loading="lazy" alt="RSS 2.0" ' + \
'title="RSS 2.0" src="/' + \
iconsDir + '/rss.png" /></a></center>'