Skip to content

Commit

Permalink
fixes two live samples (#37105)
Browse files Browse the repository at this point in the history
  • Loading branch information
argl authored Dec 5, 2024
1 parent 04f1321 commit 94982f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ h2 {
</head>
<body>
${outputBody}
<script>${code}</script>
<script>${code}<${"/"}script>
</body>
</html>`;
}
Expand Down Expand Up @@ -797,7 +797,7 @@ function outputDocument(code) {
</head>
<body>
${outputBody}
<script>${code}</script>
<script>${code}<${"/"}script>
</body>
</html>`;
}
Expand Down

0 comments on commit 94982f7

Please sign in to comment.