FIxed an XHTML error

This commit is contained in:
moodler
2005-02-28 16:26:06 +00:00
parent c0a570cef0
commit 4cff67d66b
+1 -1
View File
@@ -6,7 +6,7 @@
}
if(!empty($CFG->aspellpath)) { // Enable global access to spelling feature.
echo '<script src="'.$CFG->wwwroot.'/lib/speller/spellChecker.js"></script>'."\n";
echo '<script language="JavaScript" type="text/javascript" src="'.$CFG->wwwroot.'/lib/speller/spellChecker.js"></script>'."\n";
}
?>
<script language="JavaScript" type="text/javascript" src="<?php echo $CFG->wwwroot ?>/lib/overlib.js"></script>