We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc07f93 commit 0392d06Copy full SHA for 0392d06
pycsw/ogc/api/templates/exception.html
@@ -3,6 +3,6 @@
3
{% block body %}
4
<section id="exception">
5
<h2>Exception</h2>
6
- <p>{{ data['description'] }}</p>
+ <p>{{ data['description'] | striptags }}</p>
7
</section>
8
{% endblock %}
0 commit comments