Makes no difference

merge-requests/30/head
Bob Mottram 2021-02-07 21:59:05 +00:00
parent 5eeca981da
commit ddb7d15d2a
1 changed files with 1 additions and 7 deletions

View File

@ -908,11 +908,5 @@ def htmlKeyboardNavigation(banner: str, links: {},
htmlStr += '<li><label class="transparent">' + \
'<a href="' + str(url) + '">' + \
str(title) + '</a></label></li>'
htmlStr += '</ul>'
if links:
htmlStr += '<pre aria-label="">'
for i in range(20):
htmlStr += '<br>'
htmlStr += '</pre>'
htmlStr += '</div>'
htmlStr += '</ul></div>'
return htmlStr