Skip to content

Commit 8e0cc3c

Browse files
committed
add quotes around error page ids
1 parent 0197285 commit 8e0cc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<div class="component component--text"{{ id is defined and id ? ' id=' ~ id :'' }}>
1+
<div class="component component--text"{% if id is defined and id %} id="{{ id }}"{% endif %}>
22
{% block text %}{% endblock %}
33
</div>

0 commit comments

Comments
 (0)