Clear image alt when creating post

main
Bob Mottram 2021-02-01 20:41:59 +00:00
parent f97c349e3a
commit aa58f439f2
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
translate['Switch to timeline view'] + '" alt="' + \
translate['Switch to timeline view'] + '">\n'
newPostForm += '<img loading="lazy" class="timeline-banner" src="' + \
'/users/' + nickname + '/' + bannerFile + '" /></a>\n' + \
'/users/' + nickname + '/' + bannerFile + '" alt="" /></a>\n' + \
'</header>\n'
mentionsStr = ''