Clear alt text on category screen

merge-requests/10/merge
Bob Mottram 2021-02-01 20:26:52 +00:00
parent cfe8d9b5e6
commit 13e3def4b3
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {},
if os.path.isfile(searchBannerFilename):
htmlStr += '<a href="' + actor + '/search">\n'
htmlStr += '<img loading="lazy" class="timeline-banner" src="' + \
actor + '/' + searchBannerFile + '" /></a>\n'
actor + '/' + searchBannerFile + '" alt="" /></a>\n'
htmlStr += '<div class="follow">'
htmlStr += '<center><br><br><br>'