http://moodle.org/mod/forum/discuss.php?d=81050 for discussion.
/// Add the required JavaScript Libraries for AJAX
- if (!empty($CFG->enableajax)) {
+// if (!empty($CFG->enableajax)) { // This is the way all JS should be included, so get rid of the test.
$meta .= "\n".require_js();
- }
+// }
/// Set up some navigation variables
}
- $meta = '<meta http-equiv="content-type" content="text/html; charset=utf-8" />'. "\n". $meta ."\n";
+ $meta = '<meta http-equiv="content-type" content="text/html; charset=utf-8" />' .
+ "\n" . $meta . "\n";
if (!$usexml) {
@header('Content-type: text/html; charset=utf-8');
}