Skip to content

Commit

Permalink
Merge pull request #3090 from projectblacklight/jcoyne-patch-2
Browse files Browse the repository at this point in the history
Remove unused bootstrap 3 class
  • Loading branch information
tpendragon committed Feb 15, 2024
2 parents fabf7b4 + fd85985 commit d0505ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_advanced_search_form.html.erb
@@ -1,6 +1,6 @@
<%= render(Blacklight::AdvancedSearchFormComponent.new(
url: search_action_url,
classes: ['advanced', 'form-horizontal'],
classes: ['advanced'],
params: search_state.params_for_search.except(:qt),
response: @response
)) %>

0 comments on commit d0505ed

Please sign in to comment.