Skip to content

Commit 0392d06

Browse files
authored
OARec: use striptags in exception templates (#1079)
1 parent fc07f93 commit 0392d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycsw/ogc/api/templates/exception.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
{% block body %}
44
<section id="exception">
55
<h2>Exception</h2>
6-
<p>{{ data['description'] }}</p>
6+
<p>{{ data['description'] | striptags }}</p>
77
</section>
88
{% endblock %}

0 commit comments

Comments
 (0)