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
Post a Comment