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 %}