Index: trunk/phase3/includes/ProfilerSimpleText.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | if ($this->visible) { |
32 | 32 | print '<pre>'.self::$out.'</pre>'; |
33 | 33 | } else { |
34 | | - print '<!--\n'.self::$out.'\n-->\n'; |
| 34 | + print "<!--\n".self::$out."\n-->\n"; |
35 | 35 | } |
36 | 36 | } |
37 | 37 | } |