Fix syntax errors in r51305.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 2 Jun 2009 19:53:35 +0000 (19:53 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 2 Jun 2009 19:53:35 +0000 (19:53 +0000)
includes/specials/SpecialUndelete.php

index b0e47cb..53c5789 100644 (file)
@@ -869,8 +869,8 @@ class UndeleteForm {
                                        $targetPage,
                                        wfMsgHtml(
                                                'revisionasof',
-                                               htmlspecialchars( $wgLang->timeanddate( $rev->getTimestamp(), true ),
-                                               htmlspecialchars( $wgLang->date( $rev->getTimestamp(), true ),
+                                               htmlspecialchars( $wgLang->timeanddate( $rev->getTimestamp(), true ) ),
+                                               htmlspecialchars( $wgLang->date( $rev->getTimestamp(), true ) ),
                                                htmlspecialchars( $wgLang->time( $rev->getTimestamp(), true ) )
                                        ),
                                        array(),