From d164916163fab4ce0ececa1ad13c6e49b1d3a5c3 Mon Sep 17 00:00:00 2001 From: Rodrigo C Date: Mon, 26 Jun 2023 11:52:35 +0200 Subject: [PATCH] Change opening/closing quotes --- .../templates/system/search-results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_control/Codurance_September2020/templates/system/search-results.html b/version_control/Codurance_September2020/templates/system/search-results.html index b447ae5bf..a249cbc55 100644 --- a/version_control/Codurance_September2020/templates/system/search-results.html +++ b/version_control/Codurance_September2020/templates/system/search-results.html @@ -21,7 +21,7 @@ {% block body %}
{{ snippets.text_cta_left_arrow(url="{{ url_redirection }}", text="{{ go_back }}") }} -

{{ results_for }} "{{ request.query_dict.term|escape }}"

+

{{ results_for }} “{{ request.query_dict.term|escape }} ”

{% module "search_results" path="../../modules/Global-Search-Results" %}
{% endblock body %}