Paragraphs

merge-requests/6/head
Bob Mottram 2019-12-17 15:08:15 +00:00
parent 9981a68745
commit a3950c3be0
1 changed files with 2 additions and 2 deletions

View File

@ -1526,9 +1526,9 @@ def htmlProfile(defaultTimeline: str, \
donateSection='<div class="container">\n'
donateSection+=' <center>\n'
if donateUrl:
donateSection+=' <a href="'+donateUrl+'"><button class="donateButton">'+translate['Donate']+'</button></a>\n'
donateSection+=' <p><a href="'+donateUrl+'"><button class="donateButton">'+translate['Donate']+'</button></a></p>\n'
if xmppAddress:
donateSection+='<br>XMPP: '+xmppAddress+'\n'
donateSection+='<p>XMPP: '+xmppAddress+'</p>\n'
donateSection+=' </center>\n'
donateSection+='</div>\n'