mirror of https://gitlab.com/bashrc2/epicyon
Singular
parent
04b7ba0065
commit
4c06b02119
|
@ -257,7 +257,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
htmlStr += separatorStr
|
htmlStr += separatorStr
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
'<p class="login-text"><a href="/users/' + \
|
'<p class="login-text"><a href="/users/' + \
|
||||||
nickname + '/accesskeys" accesskeys="' + \
|
nickname + '/accesskeys" accesskey="' + \
|
||||||
accessKeys['menuKeys'] + '">' + \
|
accessKeys['menuKeys'] + '">' + \
|
||||||
translate['Key Shortcuts'] + '</a></p>'
|
translate['Key Shortcuts'] + '</a></p>'
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
|
|
Loading…
Reference in New Issue