r105899 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r105898
|
r105899
|
r105900
>
Date:
16:23, 12 December 2011
Author:
robin
Status:
ok
Tags:
Comment:
Follow-up to
r105870
: dir="auto" on page title also for legacy skins (cologneblue etc)
Modified paths:
/trunk/phase3/includes/SkinLegacy.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/SkinLegacy.php
—
—
@@ -486,7 +486,7 @@
487
487
*/
488
488
function pageTitle() {
489
489
global $wgOut;
490
- $s = '<h1 class="pagetitle">' . $wgOut->getPageTitle() . '</h1>';
490
+ $s = '<h1 class="pagetitle"><span dir="auto">' . $wgOut->getPageTitle() . '</span></h1>';
491
491
return $s;
492
492
}
493
493
Past revisions this follows-up on
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
17:10, 12 December 2011
Amire80
(
talk
|
contribs
)
changed the
status
of r105899
[
removed:
new
added:
ok]