Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 3c5299c

Browse files
committed
Merge pull request #8 from frunjik/patch-1
wrong close tag
2 parents 9b119c0 + 36aa8a0 commit 3c5299c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<div>Left</div>
126126
<div core-flex>Main</div>
127127
<div>Right</div>
128-
<some-element>
128+
</some-element>
129129
130130
---------------------------------
131131
|-------------------------------|

0 commit comments

Comments
 (0)