From 0560878c2cfc2c87a86ee622b7d8329cab9b477c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Nov 2020 23:00:36 +0000 Subject: [PATCH] Indentation --- webapp_profile.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index 37a3764e..1f7d5096 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -280,29 +280,29 @@ def getProfileHeader(baseDir: str, nickname: str, domain: str, """The header of the profile screen, containing background image and avatar """ - htmlStr = '\n
\n' - htmlStr += ' \n' + htmlStr += ' \n' - htmlStr += ' \n' - htmlStr += '
\n' + htmlStr += ' \n' + htmlStr += '
\n' htmlStr += \ - ' ' + \
         avatarDescription + '\n' - htmlStr += '

' + displayName + '

\n' + htmlStr += '

' + displayName + '

\n' htmlStr += \ - '

@' + nickname + '@' + domainFull + '
\n' + '

@' + nickname + '@' + domainFull + '
\n' htmlStr += \ - '' + \ '

\n' - htmlStr += '

' + profileDescriptionShort + '

\n' + htmlStr += '

' + profileDescriptionShort + '

\n' htmlStr += loginButton - htmlStr += '
\n' - htmlStr += '
\n' + htmlStr += ' \n' + htmlStr += ' \n\n' return htmlStr