Skip to content

Commit

Permalink
🎨 refactor(search): close unclosed div
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Apr 28, 2024
1 parent 69094d6 commit b6b48cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/partials/search_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1 id="modalTitle" class="visually-hidden">{{ macros_translate::translate(key='
<span id="two_results"> {{ macros_translate::translate(key='results', number=2, default='$NUMBER results', language_strings=language_strings, replace=false) }}</span>
<span id="few_results"> {{ macros_translate::translate(key='results', number=2, default='$NUMBER results', language_strings=language_strings, replace=false) }}</span>
</div>
<div id="results" role="listbox"></div>
<div id="results" role="listbox"></div>
</div>
</div>
</div>

0 comments on commit b6b48cc

Please sign in to comment.