Bug 4817: g/l account inquiry can timeout due to slow sql. @Braath Waate.
[fa-stable.git] / includes / page / footer.inc
index e3d4c261045a26918a3f341e9b1ac2d6fe03872e..512b0412a6e5322a69806b21d501df2b4ba7a420 100644 (file)
@@ -23,7 +23,7 @@ function page_footer($no_menu=false, $is_index=false)
        $edits = "editors = ".$Ajax->php2js($Editors).";";
        $Ajax->addScript('editors', $edits);
 
-       echo "<script>
+       echo "<script type='text/javascript'>
                _focus = '" . get_post('_focus') . "';
                _validate = " . $Ajax->php2js($Validate).";
                var $edits
@@ -44,4 +44,3 @@ function page_footer($no_menu=false, $is_index=false)
     echo "</body></html>\n";
 }
 
-?>
\ No newline at end of file