From: Mark A. Hershberger Date: Wed, 30 Jun 2010 07:39:17 +0000 (+0000) Subject: Put \n in double-quotes X-Git-Tag: 1.31.0-rc.0~36337 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=8bbb5ce7f077bc7af87e6d871da5e8d561f105d7;p=lhc%2Fweb%2Fwiklou.git Put \n in double-quotes --- diff --git a/includes/ProfilerSimpleText.php b/includes/ProfilerSimpleText.php index 938f5ad0bb..caca94b1a3 100644 --- a/includes/ProfilerSimpleText.php +++ b/includes/ProfilerSimpleText.php @@ -30,7 +30,7 @@ class ProfilerSimpleText extends ProfilerSimple { if ($this->visible) { print '
'.self::$out.'
'; } else { - print '\n'; + print "\n"; } } }