Paperclip

main
Bob Mottram 2021-01-28 14:15:17 +00:00
parent 6faf4b0b22
commit 0eedac20a9
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ def _getProfileHeader(baseDir: str, httpPrefix: str,
htmlStr += ' <p>' + profileDescriptionShort + '</p>\n'
htmlStr += loginButton
if pinnedContent:
htmlStr += pinnedContent
htmlStr += '📎' + pinnedContent
htmlStr += ' </figcaption>\n'
htmlStr += ' </figure>\n\n'
return htmlStr