r56732 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56731‎ | r56732 | r56733 >
Date:20:06, 21 September 2009
Author:ialex
Status:ok
Tags:
Comment:
Just a little cosmetic change, removed empty line in <head> since OutputPage::headElement() already adds a new line to separate this from OutputPage::buildCssLinks()
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1864,7 +1864,7 @@
18651865 }
18661866 }
18671867
1868 - return implode( "\n", $tags ) . "\n";
 1868+ return implode( "\n", $tags );
18691869 }
18701870
18711871 /**

Status & tagging log