jenkins-bot has submitted this change and it was merged.

Change subject: SkinOffline: Add rtl/ltr classes to body
......................................................................


SkinOffline: Add rtl/ltr classes to body

Bug: 20828
Change-Id: I3ca7102d40579b43af56e14b3f4bd8ddd33fb232
---
M SkinOffline.php
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/SkinOffline.php b/SkinOffline.php
index 730c6d9..4cd859e 100644
--- a/SkinOffline.php
+++ b/SkinOffline.php
@@ -142,8 +142,7 @@
     <?php if($this->data['userjs'    ]) { ?><script type="<?php 
$this->text('jsmimetype') ?>" src="<?php $this->text('userjs'    ) 
?>"></script><?php } ?>
     <?php if($this->data['userjsprev']) { ?><script type="<?php 
$this->text('jsmimetype') ?>"><?php      $this->html('userjsprev') 
?></script><?php   } ?>
   </head>
-  <body
-    <?php if($this->data['pageclass']) { ?>class="<?php 
$this->text('pageclass') ?>"<?php } ?>>
+  <body class="mediawiki <?php $this->text('dir') ?> <?php 
if($this->data['pageclass']) { $this->text('pageclass'); } ?>">
     <div id="globalWrapper">
       <div id="column-content">
        <div id="content">

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3ca7102d40579b43af56e14b3f4bd8ddd33fb232
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/DumpHTML
Gerrit-Branch: master
Gerrit-Owner: TheDJ <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Demon <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: Tbleher <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to