Page numbers link to the start of the timeline

main
Bob Mottram 2022-05-29 09:57:37 +01:00
parent 70fb096a4c
commit 543524fdc9
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ def _page_number_buttons(users_path: str, box_name: str,
aria_page_str = ' aria-current="true"'
num_str += \
'<a href="' + users_path + '/' + box_name + '?page=' + \
str(page) + '" class="pageslist" ' + \
str(page) + '#timelineposts" class="pageslist" ' + \
'aria-label="Current Page, Page ' + str(page) + \
'"' + aria_page_str + ' tabindex="11">' + page_str + '</a>'
return '<center>\n' + \