mirror of https://gitlab.com/bashrc2/epicyon
Back to earlier marking of current page
parent
d7195be9fe
commit
4261c667b7
|
@ -446,7 +446,7 @@ def page_number_buttons(users_path: str, box_name: str,
|
||||||
page_str = ' ' + str(page) + ' '
|
page_str = ' ' + str(page) + ' '
|
||||||
curr_page_str = ''
|
curr_page_str = ''
|
||||||
if page == page_number:
|
if page == page_number:
|
||||||
page_str = '<mark><u>' + str(page) + '</u></mark>'
|
page_str = '[<mark>' + str(page) + '</mark>]'
|
||||||
aria_page_str = ' aria-current="true"'
|
aria_page_str = ' aria-current="true"'
|
||||||
curr_page_str = 'Current Page, '
|
curr_page_str = 'Current Page, '
|
||||||
num_str += \
|
num_str += \
|
||||||
|
|
Loading…
Reference in New Issue