Bob Mottram 2019-12-17 21:30:36 +00:00
parent 660636e93c
commit 19e080de25
1 changed files with 1 additions and 1 deletions

View File

@ -1554,7 +1554,7 @@ def htmlProfile(defaultTimeline: str, \
donateSection+=' </center>\n' donateSection+=' </center>\n'
if PGPpubKey: if PGPpubKey:
donateSection+='<div style="text-align: center;">' donateSection+='<div style="text-align: center;">'
donateSection+='<p class="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n' donateSection+='<p id="pgp">'+translate['PGP']+': '+PGPpubKey.replace('\n','<br>')+'</p>\n'
donateSection+='</div>' donateSection+='</div>'
donateSection+='</div>\n' donateSection+='</div>\n'