I just wanted to flag up that I believe a < symbol in javascript code following a <script> tag can make the parser fail. I didn't trace my exception all the way down to this cause but this seemed to be the most likely explanation. My workaround to put the script in a separate file fixed this.
I just wanted to flag up that I believe a
<symbol in javascript code following a<script>tag can make the parser fail. I didn't trace my exception all the way down to this cause but this seemed to be the most likely explanation. My workaround to put the script in a separate file fixed this.