mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
c60f3a335b
commit
e2ed11b661
|
@ -413,8 +413,7 @@ def _pageNumberButtons(usersPath: str, boxName: str, pageNumber: int) -> str:
|
|||
numStr += \
|
||||
'<a href="' + usersPath + '/' + boxName + '?page=' + \
|
||||
str(page) + '" class="pageslist">' + pageStr + '</a>'
|
||||
pagesStr += '<center>' + numStr + '</center>'
|
||||
return pagesStr
|
||||
return '<center>' + numStr + '</center>'
|
||||
|
||||
|
||||
def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||
|
|
Loading…
Reference in New Issue