r70997 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70996‎ | r70997 | r70998 >
Date:22:22, 12 August 2010
Author:roberthl
Status:deferred
Tags:
Comment:
Translate:
- Add a newline to the end of JavaScript exported messages.
Modified paths:
  • /trunk/extensions/Translate/FFS.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/FFS.php
@@ -545,7 +545,7 @@
546546 }
547547
548548 protected function footer() {
549 - return '});';
 549+ return "});\n";
550550 }
551551 }
552552
@@ -560,7 +560,7 @@
561561 }
562562
563563 protected function footer() {
564 - return '};';
 564+ return "};\n";
565565 }
566566 }
567567

Status & tagging log