Paperclip style

main
Bob Mottram 2021-01-28 14:21:51 +00:00
parent fb06dc8dba
commit f29a6a94f8
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.replace('<p>', '<p>📎', 1)
htmlStr += ' </figcaption>\n'
htmlStr += ' </figure>\n\n'
return htmlStr