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 @@
135
135
<!-- /sitenotice -->
136
136
<?php endif; ?>
137
137
<!-- 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>
139
139
<!-- /firstHeading -->
140
140
<!-- bodyContent -->
141
141
<div id="bodyContent">
Follow-up revisions
Revision
Commit summary
Author
Date
r105870
Followup to
r105854
. Made directionality inline rather than block-level, beca...
amire80
12:47, 12 December 2011
Status & tagging log
14:59, 12 December 2011
SPQRobin
(
talk
|
contribs
)
changed the
tags
for r105854
[
removed:
i18nreview]
14:59, 12 December 2011
SPQRobin
(
talk
|
contribs
)
changed the
status
of r105854
[
removed:
new
added:
resolved]
06:41, 12 December 2011
Amire80
(
talk
|
contribs
)
changed the
tags
for r105854
[
added:
i18nreview]