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: I8d970fc13f67442fcdd5727820f4a6c7bf9270d2
---
M DuskToDawn.skin.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/DuskToDawn.skin.php b/DuskToDawn.skin.php
index e921b41..6901cf4 100644
--- a/DuskToDawn.skin.php
+++ b/DuskToDawn.skin.php
@@ -126,7 +126,7 @@
                                                                                
<?php echo $this->getLastEdited(); ?>
                                                                        
</div><!-- .entry-meta -->
 
-                                                                       <h1 
id="firstHeading" class="firstHeading entry-title" lang="<?php $this->text( 
'pageLanguage' ); ?>"><span dir="auto"><?php $this->html( 'title' ) 
?></span></h1>
+                                                                       <h1 
id="firstHeading" class="firstHeading entry-title" lang="<?php $this->text( 
'pageLanguage' ); ?>"><?php $this->html( 'title' ) ?></h1>
                                                                        <?php 
if ( $this->data['undelete'] ) { ?><div id="contentSub2"><?php $this->html( 
'undelete' ) ?></div><?php } ?>
                                                                </header><!-- 
.entry-header -->
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8d970fc13f67442fcdd5727820f4a6c7bf9270d2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/DuskToDawn
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