Skip to content

Commit

Permalink
Change opening/closing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCastroS committed Jun 26, 2023
1 parent 55182a4 commit d164916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% block body %}
<div class="search-results-page page-center lateral-spacing">
{{ snippets.text_cta_left_arrow(url="{{ url_redirection }}", text="{{ go_back }}") }}
<h1 class="search-results-page__title">{{ results_for }} "{{ request.query_dict.term|escape }}"</h1>
<h1 class="search-results-page__title">{{ results_for }} {{ request.query_dict.term|escape }} ”</h1>
{% module "search_results" path="../../modules/Global-Search-Results" %}
</div>
{% endblock body %}

0 comments on commit d164916

Please sign in to comment.