Extra newline

main
Bob Mottram 2021-02-15 12:13:31 +00:00
parent 0f95961eae
commit e094e8d602
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ def htmlKeyboardNavigation(banner: str, links: {},
htmlStr = '<div class="transparent"><ul>\n' htmlStr = '<div class="transparent"><ul>\n'
if banner: if banner:
htmlStr += '<pre aria-label="">' + banner + '\n<br><br></pre>\n' htmlStr += '<pre aria-label="">\n' + banner + '\n<br><br></pre>\n'
if subHeading: if subHeading:
htmlStr += '<strong><label class="transparent">' + \ htmlStr += '<strong><label class="transparent">' + \