forked from indymedia/epicyon
Indentation
parent
9114724236
commit
0560878c2c
|
@ -280,7 +280,7 @@ def getProfileHeader(baseDir: str, nickname: str, domain: str,
|
|||
"""The header of the profile screen, containing background
|
||||
image and avatar
|
||||
"""
|
||||
htmlStr = '\n<figure class="profileHeader">\n'
|
||||
htmlStr = '\n\n <figure class="profileHeader">\n'
|
||||
htmlStr += ' <a href="/users/' + \
|
||||
nickname + '/' + defaultTimeline + '" title="' + \
|
||||
translate['Switch to timeline view'] + '">\n'
|
||||
|
@ -302,7 +302,7 @@ def getProfileHeader(baseDir: str, nickname: str, domain: str,
|
|||
htmlStr += ' <p>' + profileDescriptionShort + '</p>\n'
|
||||
htmlStr += loginButton
|
||||
htmlStr += ' </figcaption>\n'
|
||||
htmlStr += '</figure>\n'
|
||||
htmlStr += ' </figure>\n\n'
|
||||
return htmlStr
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue