Merge pull request #349 from taylorzane/fix-raw-js-in-html

Resolved embedded Svelte library breaking HTML document
pull/351/head
Rich Harris 8 years ago committed by GitHub
commit 8852e48d55

@ -17,7 +17,7 @@ export default function readScript ( parser, start, attributes ) {
break;
}
if ( parser.eat( '</script>' ) ) {
if ( parser.eat( '<\/script>' ) ) {
break;
}
}

Loading…
Cancel
Save