r52379 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52378‎ | r52379 | r52380 >
Date:23:28, 24 June 2009
Author:demon
Status:ok (Comments)
Tags:
Comment:
(bug 19382) Remove useless tabs from header variables. Patch by GreenReaper.
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -340,7 +340,7 @@
341341 }
342342 $r[] = "/*]]>*/</script>\n";
343343
344 - return implode( "\n\t\t", $r );
 344+ return implode( "\n", $r );
345345 }
346346
347347 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r52380Followup to r52379: Also remove var declarations.demon00:00, 25 June 2009

Comments

#Comment by Brion VIBBER (talk | contribs)   00:34, 24 August 2009

Note this was accidentally reverted by the big branch merge in r53282, but was later reimplemented. :)

Status & tagging log