Index: trunk/extensions/LiquidThreads/pages/ThreadHistoricalRevisionView.php |
— | — | @@ -50,12 +50,12 @@ |
51 | 51 | |
52 | 52 | $html = ''; |
53 | 53 | $html .= wfMsgExt( 'lqt_revision_as_of', 'parseinline', |
54 | | - array( |
55 | | - $wgLang->timeanddate( $this->mDisplayRevision->getTimestamp() ), |
56 | | - $wgLang->date( $this->mDisplayRevision->getTimestamp() ), |
57 | | - $wgLang->time( $this->mDisplayRevision->getTimestamp() ) |
58 | | - ) |
59 | | - ); |
| 54 | + array( |
| 55 | + $wgLang->timeanddate( $this->mDisplayRevision->getTimestamp() ), |
| 56 | + $wgLang->date( $this->mDisplayRevision->getTimestamp() ), |
| 57 | + $wgLang->time( $this->mDisplayRevision->getTimestamp() ) |
| 58 | + ) |
| 59 | + ); |
60 | 60 | |
61 | 61 | $html .= '<br/>'; |
62 | 62 | |
— | — | @@ -64,8 +64,8 @@ |
65 | 65 | $msg = ''; |
66 | 66 | if ( $ct == Threads::CHANGE_EDITED_ROOT ) { |
67 | 67 | $diff_link = $this->diffPermalink( $this->thread, |
68 | | - wfMsgExt( 'diff', 'parseinline' ), |
69 | | - $this->mDisplayRevision ); |
| 68 | + wfMsgExt( 'diff', 'parseinline' ), |
| 69 | + $this->mDisplayRevision ); |
70 | 70 | $msg = wfMsgExt( 'lqt_change_edited_root', 'parseinline' ) . |
71 | 71 | " [$diff_link]"; |
72 | 72 | } else { |