diff --git a/webinterface.py b/webinterface.py index 8083ae5e..0d2588c1 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2397,10 +2397,11 @@ def htmlTimeline(translate: {},pageNumber: int, \ if boxName=='tlshares': maxSharesPerAccount=itemsPerPage - return htmlSharesTimeline(translate,pageNumber,itemsPerPage, \ - baseDir,actor,nickname,domain,port, \ - maxSharesPerAccount,httpPrefix) + \ - htmlFooter() + return tlStr+ \ + htmlSharesTimeline(translate,pageNumber,itemsPerPage, \ + baseDir,actor,nickname,domain,port, \ + maxSharesPerAccount,httpPrefix) + \ + htmlFooter() # add the javascript for content warnings tlStr+=''