Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FIxed an XHTML error
  • Loading branch information
moodler committed Feb 28, 2005
1 parent c0a570c commit 4cff67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/javascript.php
Expand Up @@ -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>
Expand Down

0 comments on commit 4cff67d

Please sign in to comment.