Skip to content

Commit cdabca4

Browse files
committed
revert: restore safe filter for extra head HTML injection
1 parent 0aa5a0e commit cdabca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ckanext/digitizationknowledge/templates

ckanext/digitizationknowledge/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
{% block head_extras %}
1010
{{ super() }}
11-
{{ h.get_extra_head_html() }}
11+
{{ h.get_extra_head_html() | safe }}
1212
{% endblock %}

0 commit comments

Comments
 (0)