BruceSherwood/glowscript

export glowscript html needs changes to pass xml validation

Closed this issue · 1 comments

The exported HTML in the file ide.js needs the following changes in order to produce valid xml:

  1. The line:

needs /> to close the link tag.

  1. For the tag:
<script type="text/javascript"> ... </script>

Replace with:

<script type="text/javascript"></script>

Thanks much for the detailed report and fix!