Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -69,7 +69,7 @@ |
70 | 70 | <a id="top"></a> |
71 | 71 | <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?> |
72 | 72 | |
73 | | - <h1 id="firstHeading" class="firstHeading"><?php $this->html('title') ?></h1> |
| 73 | + <h1 id="firstHeading" class="firstHeading"><span dir="auto"><?php $this->html('title') ?></span></h1> |
74 | 74 | <div id="bodyContent" class="mw-body"> |
75 | 75 | <div id="siteSub"><?php $this->msg('tagline') ?></div> |
76 | 76 | <div id="contentSub"<?php $this->html('userlangattributes') ?>><?php $this->html('subtitle') ?></div> |
Index: trunk/phase3/skins/Modern.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | ?> |
54 | 54 | |
55 | 55 | <!-- heading --> |
56 | | - <div id="mw_header"><h1 id="firstHeading"><?php $this->html('title') ?></h1></div> |
| 56 | + <div id="mw_header"><h1 id="firstHeading"><span dir="auto"><?php $this->html('title') ?></span></h1></div> |
57 | 57 | |
58 | 58 | <div id="mw_main"> |
59 | 59 | <div id="mw_contentwrapper"> |
Index: trunk/phase3/skins/Vector.php |
— | — | @@ -134,7 +134,9 @@ |
135 | 135 | <!-- /sitenotice --> |
136 | 136 | <?php endif; ?> |
137 | 137 | <!-- firstHeading --> |
138 | | - <h1 id="firstHeading" class="firstHeading" dir="auto"><?php $this->html( 'title' ) ?></h1> |
| 138 | + <h1 id="firstHeading" class="firstHeading"> |
| 139 | + <span dir="auto"><?php $this->html( 'title' ) ?></span> |
| 140 | + </h1> |
139 | 141 | <!-- /firstHeading --> |
140 | 142 | <!-- bodyContent --> |
141 | 143 | <div id="bodyContent"> |