Javascript closing tag is echoed twice from php -


<?php      echo "<script type = 'text/javascript'></script>"; ?> 

output's page source shows :

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

why putting closing tag ?? , putting there ?? browser ? server ? ?

perhaps it's browser's dom parser putting ending tag in. have checked code above see if have unterminated <script> tags?


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -