r68764 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68763‎ | r68764 | r68765 >
Date:07:39, 30 June 2010
Author:mah
Status:ok
Tags:
Comment:
Put \n in double-quotes
Modified paths:
  • /trunk/phase3/includes/ProfilerSimpleText.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ProfilerSimpleText.php
@@ -30,7 +30,7 @@
3131 if ($this->visible) {
3232 print '<pre>'.self::$out.'</pre>';
3333 } else {
34 - print '<!--\n'.self::$out.'\n-->\n';
 34+ print "<!--\n".self::$out."\n-->\n";
3535 }
3636 }
3737 }

Status & tagging log