Isarra has submitted this change and it was merged.

Change subject: Remove dir=auto from firstHeading
......................................................................


Remove dir=auto from firstHeading

Follow up to Ibf408bc6c5d2f8c05667107a547b0b02e06de270

Bug: T51093
Change-Id: Ie524570c31034526010a92bfeaabaf3811f9ea98
---
M DeskMessMirrored.skin.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Isarra: Verified; Looks good to me, approved



diff --git a/DeskMessMirrored.skin.php b/DeskMessMirrored.skin.php
index 3df41b5..5e34c94 100644
--- a/DeskMessMirrored.skin.php
+++ b/DeskMessMirrored.skin.php
@@ -142,7 +142,7 @@
                                <div class="post hentry mw-body-primary">
                                        <?php $this->cactions(); ?>
                                        <?php if ( $this->data['sitenotice'] ) 
{ ?><div id="siteNotice"><?php $this->html( 'sitenotice' ) ?></div><?php } ?>
-                                       <h1 id="firstHeading" 
class="firstHeading"><span dir="auto"><?php $this->html( 'title' ) 
?></span></h1>
+                                       <h1 id="firstHeading" 
class="firstHeading"><?php $this->html( 'title' ) ?></h1>
                                        <!-- @todo FIXME: postdata class on the 
next two elements is just a test, need to see how it looks like... -->
                                        <div class="postdata" 
id="contentSub"<?php $this->html( 'userlangattributes' ) ?>><?php $this->html( 
'subtitle' ) ?></div>
                                        <?php if ( $this->data['undelete'] ) { 
?><div class="postdata" id="contentSub2"><?php $this->html( 'undelete' ) 
?></div><?php } ?>

-- 
To view, visit https://gerrit.wikimedia.org/r/187979
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie524570c31034526010a92bfeaabaf3811f9ea98
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/DeskMessMirrored
Gerrit-Branch: master
Gerrit-Owner: Ebrahim <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Fomafix
Gerrit-Reviewer: Huji <[email protected]>
Gerrit-Reviewer: Isarra <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to