diff options
| author | RadoslavL <rlelchev@abv.bg> | 2023-09-27 19:35:40 +0300 |
|---|---|---|
| committer | RadoslavL <rlelchev@abv.bg> | 2023-09-27 19:35:40 +0300 |
| commit | c257882a1f6436b2b42f1b5877538752f86c25ab (patch) | |
| tree | 6341610a0fbae42d60477dd304a2aa727278060b /src | |
| parent | 58bad6180f8d5434e9daf14022081f9cd2602b62 (diff) | |
| download | invidious-c257882a1f6436b2b42f1b5877538752f86c25ab.tar.gz invidious-c257882a1f6436b2b42f1b5877538752f86c25ab.tar.bz2 invidious-c257882a1f6436b2b42f1b5877538752f86c25ab.zip | |
Removed a tab
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/frontend/pagination.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/frontend/pagination.cr b/src/invidious/frontend/pagination.cr index d120f9b6..c119851b 100644 --- a/src/invidious/frontend/pagination.cr +++ b/src/invidious/frontend/pagination.cr @@ -5,7 +5,7 @@ module Invidious::Frontend::Pagination private def first_page(str : String::Builder, locale : String?, url : String) str << %(<a href=") << url << %(" class="pure-button pure-button-secondary">) - + if locale_is_rtl?(locale) # Inverted arrow ("first" points to the right) str << translate(locale, "First page") |
