Missing icon

main
Bob Mottram 2020-03-01 11:50:15 +00:00
parent 14094e3d06
commit e0190b2106
1 changed files with 5 additions and 1 deletions

View File

@ -2996,7 +2996,11 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
'<a href="/users/'+nickname+'?editblogpost='+ \
postJsonObject['object']['id']+ \
'?actor='+postJsonObject['actor']+ \
'" title="'+translate['Edit blog post']+'">'
'" title="'+translate['Edit blog post']+'">'+ \
'<img loading="lazy" title="'+ \
translate['Edit blog post']+' |" alt="'+ \
translate['Edit blog post']+ \
' |" src="/'+iconsDir+'/edit.png"/></a>'
announceStr=''
if not isModerationPost and showRepeatIcon: