r97304 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97303‎ | r97304 | r97305 >
Date:18:12, 16 September 2011
Author:kaldari
Status:ok
Tags:fundraising 
Comment:
adding missing linebreak
Modified paths:
  • /trunk/extensions/CentralNotice/special/SpecialBannerController.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/special/SpecialBannerController.php
@@ -164,7 +164,7 @@
165165 if ( bannerJson.fundraising ) {
166166 JAVASCRIPT;
167167 $script .= "\n\t\tvar url = '" .
168 - Xml::escapeJsString( $wgNoticeFundraisingUrl ) . "';";
 168+ Xml::escapeJsString( $wgNoticeFundraisingUrl ) . "';\n";
169169 $script .= <<<JAVASCRIPT
170170 if ( ( bannerJson.landingPages !== null ) && bannerJson.landingPages.length ) {
171171 targets = String( bannerJson.landingPages ).split(',');

Follow-up revisions

RevisionCommit summaryAuthorDate
r98903MFT r97304awjrichards20:40, 4 October 2011
r100100MFT r92510, r92676, r96496, r97304, r99160, r99165, r99169, r99176, r99178, r...awjrichards23:56, 17 October 2011

Status & tagging log