diff options
Diffstat (limited to 'fatcat_scholar/templates/search.html')
-rw-r--r-- | fatcat_scholar/templates/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index a4a5ba4..2f2149e 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -31,7 +31,7 @@ <div class="tablet-only" style="margin-top: 1.0em;"> - <details class="search_filters"> + <details class="search-filters"> <summary style="float: right;"><i class="filter icon"></i>{{ _("Filters") }}</summary> <div style="display: flex; align-items: flex-start; column-gap: 2em; row-gap: 2em; flex-wrap: wrap; padding-bottom:1.5em;"> {{ search_macros.query_option(query.time_options, query.filter_time) }} |