mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
d940238c00
commit
33b8877144
|
@ -494,15 +494,15 @@ def htmlNewswireMobile(cssCache: {}, baseDir: str, nickname: str,
|
||||||
headerButtonsFrontScreen(translate, nickname,
|
headerButtonsFrontScreen(translate, nickname,
|
||||||
'newswire', authorized,
|
'newswire', authorized,
|
||||||
iconsAsButtons) + '</center>'
|
iconsAsButtons) + '</center>'
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
getRightColumnContent(baseDir, nickname, domainFull,
|
getRightColumnContent(baseDir, nickname, domainFull,
|
||||||
httpPrefix, translate,
|
httpPrefix, translate,
|
||||||
moderator, editor,
|
moderator, editor,
|
||||||
newswire, positiveVoting,
|
newswire, positiveVoting,
|
||||||
False, timelinePath, showPublishButton,
|
False, timelinePath, showPublishButton,
|
||||||
showPublishAsIcon, rssIconAtTop, False,
|
showPublishAsIcon, rssIconAtTop, False,
|
||||||
authorized, False, theme,
|
authorized, False, theme,
|
||||||
defaultTimeline, accessKeys)
|
defaultTimeline, accessKeys)
|
||||||
if editor and not newswire:
|
if editor and not newswire:
|
||||||
htmlStr += '<br><br><br>\n'
|
htmlStr += '<br><br><br>\n'
|
||||||
htmlStr += '<center>\n '
|
htmlStr += '<center>\n '
|
||||||
|
|
Loading…
Reference in New Issue