Back to earlier marking of current page

main
Bob Mottram 2022-07-12 11:17:14 +01:00
parent d7195be9fe
commit 4261c667b7
2 changed files with 1432 additions and 1314 deletions

2744
sbom.json

File diff suppressed because it is too large Load Diff

View File

@ -446,7 +446,7 @@ def page_number_buttons(users_path: str, box_name: str,
page_str = ' ' + str(page) + ' '
curr_page_str = ''
if page == page_number:
page_str = '<mark><u>' + str(page) + '</u></mark>'
page_str = '[<mark>' + str(page) + '</mark>]'
aria_page_str = ' aria-current="true"'
curr_page_str = 'Current Page, '
num_str += \