mirror of https://gitlab.com/bashrc2/epicyon
Lines before end of div
parent
037c5cfba4
commit
33be914ead
|
@ -902,5 +902,5 @@ def htmlKeyboardNavigation(banner: str, links: {},
|
||||||
htmlStr += '<li><label class="transparent">' + \
|
htmlStr += '<li><label class="transparent">' + \
|
||||||
'<a href="' + str(url) + '">' + \
|
'<a href="' + str(url) + '">' + \
|
||||||
str(title) + '</a></label></li>'
|
str(title) + '</a></label></li>'
|
||||||
htmlStr += '</ul></div><br><br><br>'
|
htmlStr += '</ul><br><br><br></div>'
|
||||||
return htmlStr
|
return htmlStr
|
||||||
|
|
Loading…
Reference in New Issue