Index: branches/wmf/1.16wmf4/skins/Vector.php |
— | — | @@ -465,7 +465,7 @@ |
466 | 466 | <!-- bodyContent --> |
467 | 467 | <div id="bodyContent"> |
468 | 468 | <!-- tagline --> |
469 | | - <h3 id="siteSub"><?php $this->msg( 'tagline' ) ?></h3> |
| 469 | + <div id="siteSub"><?php $this->msg( 'tagline' ) ?></div> |
470 | 470 | <!-- /tagline --> |
471 | 471 | <!-- subtitle --> |
472 | 472 | <div id="contentSub"<?php $this->html('userlangattributes') ?>><?php $this->html( 'subtitle' ) ?></div> |
Property changes on: branches/wmf/1.16wmf4/skins/Vector.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
473 | 473 | Merged /trunk/phase3/skins/Vector.php:r69545 |
Index: branches/wmf/1.16wmf4/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> |