Semantic highlight for follow request

main
Bob Mottram 2021-02-06 11:39:32 +00:00
parent 7ce33cef20
commit 01920a04ee
1 changed files with 2 additions and 2 deletions

View File

@ -898,10 +898,10 @@ def htmlKeyboardNavigation(banner: str, links: {},
# show new follower approvals
if usersPath and translate and followApprovals:
htmlStr += '<label class="transparent">' + \
htmlStr += '<strong><label class="transparent">' + \
'<a href="' + usersPath + '/followers#timeline">' + \
translate['Approve follow requests'] + '</a>' + \
'</label><br><br>'
'</label></strong><br><br>'
# show the list of links
for title, url in links.items():