mirror of https://gitlab.com/bashrc2/epicyon
Missing paramaters
parent
48e7d17d93
commit
12b7ab6503
|
@ -169,7 +169,8 @@ def htmlFrontScreen(rssIconAtTop: bool,
|
||||||
httpPrefix, translate,
|
httpPrefix, translate,
|
||||||
False, False, newswire, False,
|
False, False, newswire, False,
|
||||||
False, None, False, False,
|
False, None, False, False,
|
||||||
False, True, authorized, True, theme)
|
False, True, authorized, True, theme,
|
||||||
|
defaultTimeline)
|
||||||
profileFooterStr += ' </td>\n'
|
profileFooterStr += ' </td>\n'
|
||||||
profileFooterStr += ' </tr>\n'
|
profileFooterStr += ' </tr>\n'
|
||||||
profileFooterStr += ' </tbody>\n'
|
profileFooterStr += ' </tbody>\n'
|
||||||
|
|
|
@ -635,7 +635,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
False, None, True,
|
False, None, True,
|
||||||
showPublishAsIcon,
|
showPublishAsIcon,
|
||||||
rssIconAtTop, publishButtonAtTop,
|
rssIconAtTop, publishButtonAtTop,
|
||||||
authorized, True, theme)
|
authorized, True, theme,
|
||||||
|
defaultTimeline)
|
||||||
tlStr += ' </main>\n'
|
tlStr += ' </main>\n'
|
||||||
tlStr += ' <td valign="top" class="col-right" ' + \
|
tlStr += ' <td valign="top" class="col-right" ' + \
|
||||||
'id="newswire" tabindex="-1">' + \
|
'id="newswire" tabindex="-1">' + \
|
||||||
|
|
Loading…
Reference in New Issue