diff --git a/templates/database/search/results.twig b/templates/database/search/results.twig index efe5529615..ebd7c0b8d1 100644 --- a/templates/database/search/results.twig +++ b/templates/database/search/results.twig @@ -3,7 +3,7 @@ {{ 'Search results for "%s" %s:'|format( criteria_search_string, search_type_description - )|raw }} + ) }} {% for row in rows %} @@ -15,7 +15,7 @@ %1$s matches in %2$s {% endtrans %} {% endset %} - {{ result_message|format(row.result_count, row.table)|raw }} + {{ result_message|format(row.result_count, row.table) }} {% if row.result_count > 0 %} {% set url_params = {