Lines before end of div

merge-requests/16/head
Bob Mottram 2021-02-05 19:57:21 +00:00
parent 037c5cfba4
commit 33be914ead
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><br><br><br>'
htmlStr += '</ul><br><br><br></div>'
return htmlStr