mirror of https://gitlab.com/bashrc2/epicyon
Strong month name
parent
a18697d0fa
commit
5fe12e343a
|
@ -898,8 +898,8 @@ def htmlKeyboardNavigation(banner: str, links: {},
|
||||||
htmlStr += '<pre aria-label="">' + banner + '<br><br></pre>'
|
htmlStr += '<pre aria-label="">' + banner + '<br><br></pre>'
|
||||||
|
|
||||||
if subHeading:
|
if subHeading:
|
||||||
htmlStr += '<label class="transparent">' + \
|
htmlStr += '<strong><label class="transparent">' + \
|
||||||
subHeading + '</label><br>'
|
subHeading + '</label></strong><br>'
|
||||||
|
|
||||||
# show new follower approvals
|
# show new follower approvals
|
||||||
if usersPath and translate and followApprovals:
|
if usersPath and translate and followApprovals:
|
||||||
|
|
Loading…
Reference in New Issue