Fixed a problem

This commit is contained in:
RadoslavL 2023-09-27 19:49:00 +03:00
parent 9a617ae087
commit 9996d00cb1
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ module Invidious::Frontend::Pagination
end
end
def nav_ctoken(locale : String?, *, base_url : String | URI, ctoken : String?, first_page : Bool?)
def nav_ctoken(locale : String?, *, base_url : String | URI, ctoken : String?, first_page : Bool)
return String.build do |str|
str << %(<div class="h-box">\n)
str << %(<div class="page-nav-container flexible">\n)