Indenting of javascript lost by changes in #8
Closed this issue · 1 comments
ahri commented
Expecting:
<script type = "text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
Getting:
<script type = "text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
ahri commented
fixed indenting of javascript (etc) inside NodeTexts, closed by c909137dcc25cf9de38dc1adc31f4e2d3f46d168