From: gustav_delius Date: Thu, 13 Jan 2005 17:53:23 +0000 (+0000) Subject: if you use \n in single-quoted strings it will not be converted to a line break. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b18a43275cc319f8fb1871ab03d628d6fc07c237;p=moodle.git if you use \n in single-quoted strings it will not be converted to a line break. --- diff --git a/lib/javascript.php b/lib/javascript.php index 7bf4a83c83..d4dd36c6fc 100644 --- a/lib/javascript.php +++ b/lib/javascript.php @@ -6,7 +6,7 @@ } if(!empty($CFG->aspellpath)) { // Enable global access to spelling feature. - echo '\n'; + echo ''."\n"; } ?>