r105854 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105853‎ | r105854 | r105855 >
Date:06:31, 12 December 2011
Author:amire80
Status:resolved
Tags:
Comment:
Fixes Bug 32403. Will only work on browsers that support dir="auto". Won't break in other browsers.
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -134,7 +134,7 @@
135135 <!-- /sitenotice -->
136136 <?php endif; ?>
137137 <!-- firstHeading -->
138 - <h1 id="firstHeading" class="firstHeading"><?php $this->html( 'title' ) ?></h1>
 138+ <h1 id="firstHeading" class="firstHeading" dir="auto"><?php $this->html( 'title' ) ?></h1>
139139 <!-- /firstHeading -->
140140 <!-- bodyContent -->
141141 <div id="bodyContent">

Follow-up revisions

RevisionCommit summaryAuthorDate
r105870Followup to r105854. Made directionality inline rather than block-level, beca...amire8012:47, 12 December 2011

Status & tagging log