banner alt

main
Bob Mottram 2019-11-27 20:38:02 +00:00
parent 34edf340c0
commit 7f5ebe0bbd
1 changed files with 1 additions and 1 deletions

View File

@ -2631,7 +2631,7 @@ def htmlTimeline(recentPostsCache: {},maxRecentPosts: int,
# banner and row of buttons
tlStr+='<a href="/users/'+nickname+'" title="'+translate['Switch to profile view']+'" alt="'+translate['Switch to profile view']+'">'
tlStr+='<div class="timeline-banner">'
tlStr+='<div class="timeline-banner" title="'+translate['Switch to profile view']+'" alt="'+translate['Switch to profile view']+'>'
tlStr+='</div></a>'
tlStr+='<div class="container">\n'
tlStr+=' <a href="'+actor+'/inbox"><button class="'+inboxButton+'"><span>'+translate['Inbox']+'</span></button></a>'