Index: trunk/phase3/includes/HistoryPage.php |
— | — | @@ -353,7 +353,7 @@ |
354 | 354 | |
355 | 355 | $this->buttons = '<div>'; |
356 | 356 | if( $wgUser->isAllowed('deletedhistory') ) { |
357 | | - $float = $wgContLang->isRTL() ? 'left' : 'right'; |
| 357 | + $float = $wgContLang->alignEnd(); |
358 | 358 | # Note bug #20966, <button> is non-standard in IE<8 |
359 | 359 | $this->buttons .= Xml::element( 'button', |
360 | 360 | array( |