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 @@
487487 */
488488 function pageTitle() {
489489 global $wgOut;
490 - $s = '<h1 class="pagetitle">' . $wgOut->getPageTitle() . '</h1>';
 490+ $s = '<h1 class="pagetitle"><span dir="auto">' . $wgOut->getPageTitle() . '</span></h1>';
491491 return $s;
492492 }
493493

Past revisions this follows-up on

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

Status & tagging log