jenkins-bot 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: Ib126336a6728d81a73410b484586671a584864af
---
M Strapping.skin.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Isarra: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Strapping.skin.php b/Strapping.skin.php
index df0da70..bc87da9 100644
--- a/Strapping.skin.php
+++ b/Strapping.skin.php
@@ -237,7 +237,7 @@
           # If there's a custom layout, the H1 and layout is up to the page ?>
           <div id="innerbodycontent" class="layout">
             <h1 id="firstHeading" class="firstHeading page-header">
-              <span dir="auto"><?php $this->html( 'title' ) ?></span>
+              <?php $this->html( 'title' ) ?>
             </h1>
             <!-- subtitle -->
             <div id="contentSub" <?php $this->html( 'userlangattributes' ) 
?>><?php $this->html( 'subtitle' ) ?></div>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib126336a6728d81a73410b484586671a584864af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/mediawiki-strapping
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]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to