Open
Description
If you have a string with </body> in it, live server will inject there instead of at the real </body> tag. Might be better to search from the end to the front looking for </body> tag. Example:
<!DOCTYPE html>
<html>
<body>
<script>
var a = "</body>";
console.log("won't get here");
</script>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels