From 8bbb5ce7f077bc7af87e6d871da5e8d561f105d7 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Wed, 30 Jun 2010 07:39:17 +0000 Subject: [PATCH] Put \n in double-quotes --- includes/ProfilerSimpleText.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } } -- 2.20.1