forked from indymedia/epicyon
Slash
parent
acf3db0197
commit
a00a8ed794
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue