This mod invalidates the XHTML doctype when checked at W3C. It's a shame because vB4 actually validates without this mod. The opening <script> tag does not contain the mandatory "type" attribute. It should be written as:
Code:
<script type="text/javascript">
Please action this because it's an easy thing to do and it will endear you to the Standardistas out there.
Those of you who would like to correct this problem now, do the following:
1. Open insights.php in a text editor
2. On line 119, find: $output="<script>
3. Replace with: $output="<script type=\"text/javascript\">
4. Save the file and upload to /forum/insights/, overwriting the previous version.