main
Bob Mottram 2021-04-23 18:49:09 +01:00
parent 9bd99fee64
commit 2ead3bcd2a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
htmlStr += \
' <a href="' + \
'/users/' + nickname + '/editlinks" ' + \
'accesskey="' + accessKey['menuEdit'] + '">' + \
'accesskey="' + accessKeys['menuEdit'] + '">' + \
'<img class="' + editImageClass + \
'" loading="lazy" alt="' + \
translate['Edit Links'] + ' | " title="' + \