mirror of https://gitlab.com/bashrc2/epicyon
alt text for qrcode
parent
f767eb1796
commit
a8c3129765
|
@ -375,8 +375,8 @@ def _getProfileHeader(baseDir: str, httpPrefix: str,
|
||||||
' <a href="/users/' + nickname + \
|
' <a href="/users/' + nickname + \
|
||||||
'/qrcode.png" alt="' + translate['QR Code'] + '" title="' + \
|
'/qrcode.png" alt="' + translate['QR Code'] + '" title="' + \
|
||||||
translate['QR Code'] + '">' + \
|
translate['QR Code'] + '">' + \
|
||||||
'<img class="qrcode" src="/icons' + \
|
'<img class="qrcode" alt="' + translate['QR Code'] + \
|
||||||
'/qrcode.png" /></a></p>\n'
|
'" src="/icons/qrcode.png" /></a></p>\n'
|
||||||
htmlStr += ' <p>' + profileDescriptionShort + '</p>\n'
|
htmlStr += ' <p>' + profileDescriptionShort + '</p>\n'
|
||||||
htmlStr += loginButton
|
htmlStr += loginButton
|
||||||
if pinnedContent:
|
if pinnedContent:
|
||||||
|
|
Loading…
Reference in New Issue