Ascii art markup

main
Bob Mottram 2021-02-05 20:05:04 +00:00
parent 33be914ead
commit 599aeee35a
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ def htmlKeyboardNavigation(banner: str, links: {},
htmlStr = '<div class="transparent"><ul>' htmlStr = '<div class="transparent"><ul>'
if banner: if banner:
htmlStr += banner + '<br>' htmlStr += '<pre aria-label="">' + banner + '<br><br></pre>'
# show new follower approvals # show new follower approvals
if usersPath and translate and followApprovals: if usersPath and translate and followApprovals: