Closed cv711 closed 10 years ago
When trying to convert something like:
<script> document.addEventListener('DOMContentLoaded', function() { ... }, false); </script>
I get this:
script document.addEventListener('DOMContentLoaded', function() { ... }, false);
the fact that script isn't script. messes everything up for me.
script
script.
Anybody else with the same issue?
fixed in latest commit. It was driving me crazy! Thanks!
When trying to convert something like:
I get this:
the fact that
script
isn'tscript.
messes everything up for me.Anybody else with the same issue?