Skip to content

Commit

Permalink
Remove additional quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed May 30, 2024
1 parent b02ad64 commit d92a0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/search/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end
class="field field-text basic-search-input <%= "required" if search_required %>" name="q"
title="Keyword anywhere" placeholder="Enter your search"
value="<%= params[:q] %>" <%= 'required' if search_required %>
<%= 'aria-describedby="site-desc"' if Flipflop.enabled?(:gdt) %>>
<%= 'aria-describedby=site-desc' if Flipflop.enabled?(:gdt) %>>

<% if Flipflop.enabled?(:gdt) %>
<details id="geobox-search-panel" <%= "open" if params[:geobox] == "true" %>>
Expand Down

0 comments on commit d92a0ba

Please sign in to comment.