Skip to content

Commit

Permalink
OARec: use striptags in exception templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Feb 8, 2025
1 parent fc07f93 commit 104931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycsw/ogc/api/templates/exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{% block body %}
<section id="exception">
<h2>Exception</h2>
<p>{{ data['description'] }}</p>
<p>{{ data['description'] | striptags }}</p>
</section>
{% endblock %}

0 comments on commit 104931b

Please sign in to comment.