mirror of https://gitlab.com/bashrc2/epicyon
Clear alt text on category screen
parent
cfe8d9b5e6
commit
13e3def4b3
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue