Fix non-properly closed tags

pull/2516/head
Zephraph 7 years ago
parent 46b1843c4e
commit a197bc68c0

@ -1,3 +1,3 @@
<svelte:options tag="as-element"/> <svelte:options tag="as-element"/>
<h1><slot/><h1> <h1><slot/></h1>

@ -1,3 +1,3 @@
<svelte:options tag="as-import"/> <svelte:options tag="as-import"/>
<h2><slot/><h2> <h2><slot/></h2>
Loading…
Cancel
Save