mirror of https://gitlab.com/bashrc2/epicyon
Don't translate
parent
4213d6041d
commit
a9958736bb
|
@ -1875,7 +1875,7 @@ def htmlProfile(defaultTimeline: str, \
|
||||||
'<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
|
'<p>'+translate['Matrix']+': '+matrixAddress+'</p>\n'
|
||||||
if ssbAddress:
|
if ssbAddress:
|
||||||
donateSection+= \
|
donateSection+= \
|
||||||
'<p>'+translate['SSB']+': '+ssbAddress+'</p>\n'
|
'<p>SSB: '+ssbAddress+'</p>\n'
|
||||||
if PGPpubKey:
|
if PGPpubKey:
|
||||||
donateSection+= \
|
donateSection+= \
|
||||||
'<p class="pgp">'+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
'<p class="pgp">'+PGPpubKey.replace('\n','<br>')+'</p>\n'
|
||||||
|
|
Loading…
Reference in New Issue