Index: trunk/phase3/skins/Vector.php |
— | — | @@ -487,7 +487,7 @@ |
488 | 488 | <!-- bodyContent --> |
489 | 489 | <div id="bodyContent"> |
490 | 490 | <!-- tagline --> |
491 | | - <h3 id="siteSub"><?php $this->msg( 'tagline' ) ?></h3> |
| 491 | + <div id="siteSub"><?php $this->msg( 'tagline' ) ?></div> |
492 | 492 | <!-- /tagline --> |
493 | 493 | <!-- subtitle --> |
494 | 494 | <div id="contentSub"<?php $this->html('userlangattributes') ?>><?php $this->html( 'subtitle' ) ?></div> |
Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -76,7 +76,7 @@ |
77 | 77 | |
78 | 78 | <h1 id="firstHeading" class="firstHeading"><?php $this->html('title') ?></h1> |
79 | 79 | <div id="bodyContent"> |
80 | | - <h3 id="siteSub"><?php $this->msg('tagline') ?></h3> |
| 80 | + <div id="siteSub"><?php $this->msg('tagline') ?></div> |
81 | 81 | <div id="contentSub"<?php $this->html('userlangattributes') ?>><?php $this->html('subtitle') ?></div> |
82 | 82 | <?php if($this->data['undelete']) { ?> |
83 | 83 | <div id="contentSub2"><?php $this->html('undelete') ?></div> |