Missing paramaters

merge-requests/15/merge
Bob Mottram 2021-02-05 11:41:45 +00:00
parent 48e7d17d93
commit 12b7ab6503
2 changed files with 4 additions and 2 deletions

View File

@ -169,7 +169,8 @@ def htmlFrontScreen(rssIconAtTop: bool,
httpPrefix, translate,
False, False, newswire, False,
False, None, False, False,
False, True, authorized, True, theme)
False, True, authorized, True, theme,
defaultTimeline)
profileFooterStr += ' </td>\n'
profileFooterStr += ' </tr>\n'
profileFooterStr += ' </tbody>\n'

View File

@ -635,7 +635,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
False, None, True,
showPublishAsIcon,
rssIconAtTop, publishButtonAtTop,
authorized, True, theme)
authorized, True, theme,
defaultTimeline)
tlStr += ' </main>\n'
tlStr += ' <td valign="top" class="col-right" ' + \
'id="newswire" tabindex="-1">' + \