properly close meta refresh tag (#61020)

This commit is contained in:
Frédéric Péters 2022-01-24 16:44:38 +01:00
parent 8ec0ea8ff6
commit a2019a930c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% block mellon_extra_scripts %}
{% if error_redirect_after_timeout %}
<meta http-equiv="refresh" content="{{ error_redirect_after_timeout }};url={{ next_url }}"
<meta http-equiv="refresh" content="{{ error_redirect_after_timeout }};url={{ next_url }}">
{% endif %}
{% endblock %}