SkinApiTemplate: Remove <span dir="auto"> for firstHeading
authorFomafix <fomafix@googlemail.com>
Tue, 3 Feb 2015 14:30:23 +0000 (14:30 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Tue, 3 Feb 2015 14:30:23 +0000 (14:30 +0000)
In Ibf408bc6c5d2f8c05667107a547b0b02e06de270 the <span dir="auto">
around the title was removed. Remove it here also.

Change-Id: Ia0b23a3c47ab01faef2cd380c318386cc9372709

includes/skins/SkinApiTemplate.php

index 2062da8..97b7038 100644 (file)
@@ -36,9 +36,7 @@ class SkinApiTemplate extends BaseTemplate {
                $this->html( 'headelement' ) ?>
 
                <div class="mw-body" role="main">
-                       <h1 class="firstHeading">
-                               <span dir="auto"><?php $this->html( 'title' ) ?></span>
-                       </h1>
+                       <h1 class="firstHeading"><?php $this->html( 'title' ) ?></h1>
                        <div class="mw-body-content">
                                <?php $this->html( 'bodytext' ) ?>
                        </div>