main
Bob Mottram 2020-06-21 16:43:53 +00:00
parent acf3db0197
commit a00a8ed794
1 changed files with 1 additions and 1 deletions

View File

@ -2565,7 +2565,7 @@ def htmlProfile(defaultTimeline: str,
' <p><b>@' + nickname + '@' + domainFull + \
'</b> <a href="/users/' + nickname + \
'/qrcode.png" alt="QR Code" title="QR Code">' + \
'<img class="qrcode" src="' + iconsDir + '/qrcode.png" /></a></p>'
'<img class="qrcode" src="/' + iconsDir + '/qrcode.png" /></a></p>'
profileHeaderStr += ' <p>' + profileDescriptionShort + '</p>'
profileHeaderStr += loginButton
profileHeaderStr += ' </div>'