diff --git a/templates/mod/search_results.html b/templates/mod/search_results.html index 186ee5db..abaad703 100644 --- a/templates/mod/search_results.html +++ b/templates/mod/search_results.html @@ -224,7 +224,7 @@ {% endif %} {% set capcode = post.capcode|capcode %} - {{ post.name }} + {{ post.name|e }} {% if post.trip|length > 0 %} {{ post.trip }} {% endif %} @@ -239,7 +239,7 @@ {% if post.subject %} - {{ post.subject }} + {{ post.subject|e }} {% else %} – {% endif %}