r100441 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100440‎ | r100441 | r100442 >
Date:19:33, 21 October 2011
Author:amire80
Status:ok (Comments)
Tags:
Comment:
Added DirMark after previous version number. Without the DirMark, when the interface language is RTL, the current version is not shown between the previous and the next.
Modified paths:
  • /trunk/extensions/CodeReview/ui/CodeRevisionView.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php
@@ -233,7 +233,7 @@
234234 if ( $prev ) {
235235 $prevTarget = SpecialPage::getTitleFor( 'Code', "$repo/$prev" );
236236 $links[] = '< ' . $this->skin->link( $prevTarget, $this->mRev->getIdString( $prev ),
237 - array(), array( 'path' => $this->mPath ) );
 237+ array(), array( 'path' => $this->mPath ) ).wfUILang()->getDirMark();
238238 }
239239
240240 $revText = "<b>" . $this->mRev->getIdString( $rev ) . "</b>";

Follow-up revisions

RevisionCommit summaryAuthorDate
r105914MFT r104160 r105517 r105521 r100441 r105227nikerabbit18:48, 12 December 2011
r109836MFT r109112 r100441nikerabbit18:02, 23 January 2012

Comments

#Comment by SPQRobin (talk | contribs)   19:43, 21 October 2011

Wow, why didn't I notice that when fixing bug 29658 :-O

Status & tagging log