Newlines have no effect

main
Bob Mottram 2021-02-07 18:36:45 +00:00
parent ff8d91316e
commit b7155f1488
1 changed files with 1 additions and 4 deletions

View File

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