mirror of https://gitlab.com/bashrc2/epicyon
Extra lines after keyboard navigation menu
parent
47b438f855
commit
83e1190b0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue