Skip to content

Commit

Permalink
if you use \n in single-quoted strings it will not be converted to a …
Browse files Browse the repository at this point in the history
…line break.
  • Loading branch information
gustav_delius committed Jan 13, 2005
1 parent d3709d9 commit b18a432
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 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 b18a432

Please sign in to comment.