mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
1e9a592877
commit
06ffd4ee13
|
@ -5157,7 +5157,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
"""
|
"""
|
||||||
htmlStr = \
|
htmlStr = \
|
||||||
' <center>\n' + \
|
' <center>\n' + \
|
||||||
' <a href="' + \
|
' <a href="' + \
|
||||||
httpPrefix + '://' + domainFull + \
|
httpPrefix + '://' + domainFull + \
|
||||||
'/users/' + nickname + '/editlinks' + '">' + \
|
'/users/' + nickname + '/editlinks' + '">' + \
|
||||||
'<img loading="lazy" alt="" title="" src="/' + \
|
'<img loading="lazy" alt="" title="" src="/' + \
|
||||||
|
|
Loading…
Reference in New Issue