Skip to content

Commit 039bece

Browse files
committed
syntax fix
1 parent b62ce78 commit 039bece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/viewall.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Patterns -->
66
<div id="sg-patterns">
77
{% for partial in partials %}
8-
{% if partial.patternSectionSubtype }}
8+
{% if partial.patternSectionSubtype %}
99
{% include "patternSectionSubtype.twig" %}
1010
{% else %}
1111
{% include "patternSection.twig" %}

0 commit comments

Comments
 (0)