alt text for qrcode

main
Bob Mottram 2021-02-01 18:42:39 +00:00
parent f767eb1796
commit a8c3129765
1 changed files with 2 additions and 2 deletions

View File

@ -375,8 +375,8 @@ def _getProfileHeader(baseDir: str, httpPrefix: str,
' <a href="/users/' + nickname + \
'/qrcode.png" alt="' + translate['QR Code'] + '" title="' + \
translate['QR Code'] + '">' + \
'<img class="qrcode" src="/icons' + \
'/qrcode.png" /></a></p>\n'
'<img class="qrcode" alt="' + translate['QR Code'] + \
'" src="/icons/qrcode.png" /></a></p>\n'
htmlStr += ' <p>' + profileDescriptionShort + '</p>\n'
htmlStr += loginButton
if pinnedContent: