From 104931be9e27bb9a1ba98e9066efeb63394b89a3 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Fri, 7 Feb 2025 20:44:11 -0500 Subject: [PATCH] OARec: use striptags in exception templates --- pycsw/ogc/api/templates/exception.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycsw/ogc/api/templates/exception.html b/pycsw/ogc/api/templates/exception.html index 49747144a..c1280b186 100644 --- a/pycsw/ogc/api/templates/exception.html +++ b/pycsw/ogc/api/templates/exception.html @@ -3,6 +3,6 @@ {% block body %}

Exception

-

{{ data['description'] }}

+

{{ data['description'] | striptags }}

{% endblock %}