This is a stupid question, and I know that it is; but nonetheless, here he comes:
Is it possible to close the <script>-tag inside itself, so to speak? I mean, if you are using an external javascript document, you can close the tag as follows:
<script type="text/javascript" src="xxx.js" />
source
share