if you use \n in single-quoted strings it will not be converted to a line break.

This commit is contained in:
gustav_delius
2005-01-13 17:53:23 +00:00
parent d3709d95c4
commit b18a43275c
+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 src="'.$CFG->wwwroot.'/lib/speller/spellChecker.js"></script>'."\n";
}
?>
<script language="JavaScript" type="text/javascript" src="<?php echo $CFG->wwwroot ?>/lib/overlib.js"></script>