Extra lines after keyboard navigation menu

merge-requests/16/head
Bob Mottram 2021-02-05 19:27:49 +00:00
parent 47b438f855
commit 83e1190b0a
1 changed files with 1 additions and 1 deletions

View File

@ -902,5 +902,5 @@ def htmlKeyboardNavigation(banner: str, links: {},
htmlStr += '<li><label class="transparent">' + \
'<a href="' + str(url) + '">' + \
str(title) + '</a></label></li>'
htmlStr += '</ul></div>'
htmlStr += '</ul></div><br><br><br>'
return htmlStr