r98473 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98472‎ | r98473 | r98474 >
Date:22:14, 29 September 2011
Author:reedy
Status:ok
Tags:
Comment:
And an extra brace from r98467
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -2109,7 +2109,6 @@
21102110 $templates
21112111 </div>
21122112 " );
2113 - }
21142113 }
21152114
21162115 # If the title doesn't exist, it's fairly pointless to print a return
@@ -2463,7 +2462,7 @@
24642463 // Add a version parameter so cache will break when things change
24652464 $version = wfTimestamp( TS_ISO_8601_BASIC, $timestamp );
24662465 }
2467 -
 2466+
24682467 $url = ResourceLoader::makeLoaderURL(
24692468 array_keys( $modules ),
24702469 $this->getContext()->getLang()->getCode(),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98467Back out r95396 and friendsreedy22:08, 29 September 2011

Status & tagging log