Remove dir=auto from firstHeading

Follow up to Ibf408bc6c5d2f8c05667107a547b0b02e06de270

Bug: T51093
Change-Id: I90758a3491f3f85c0d19451e213c788913e27626
This commit is contained in:
Ebrahim Byagowi 2015-02-01 19:48:46 +00:00
parent 3274f57b10
commit 89fb56dc61
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class VectorTemplate extends BaseTemplate {
$this->data['pageLanguage'] =
$this->getSkin()->getTitle()->getPageViewLanguage()->getHtmlCode();
$this->text( 'pageLanguage' );
?>"><span dir="auto"><?php $this->html( 'title' ) ?></span></h1>
?>"><?php $this->html( 'title' ) ?></h1>
<?php $this->html( 'prebodyhtml' ) ?>
<div id="bodyContent" class="mw-body-content">
<?php