forked from indymedia/epicyon
main
parent
660636e93c
commit
19e080de25
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue