r69735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69734‎ | r69735 | r69736 >
Date:17:14, 22 July 2010
Author:catrope
Status:deferred
Tags:
Comment:
1.16wmf4: MFT r69545
Modified paths:
  • /branches/wmf/1.16wmf4/skins/MonoBook.php (modified) (history)
  • /branches/wmf/1.16wmf4/skins/Vector.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/skins/Vector.php
@@ -465,7 +465,7 @@
466466 <!-- bodyContent -->
467467 <div id="bodyContent">
468468 <!-- tagline -->
469 - <h3 id="siteSub"><?php $this->msg( 'tagline' ) ?></h3>
 469+ <div id="siteSub"><?php $this->msg( 'tagline' ) ?></div>
470470 <!-- /tagline -->
471471 <!-- subtitle -->
472472 <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
473473 Merged /trunk/phase3/skins/Vector.php:r69545
Index: branches/wmf/1.16wmf4/skins/MonoBook.php
@@ -76,7 +76,7 @@
7777
7878 <h1 id="firstHeading" class="firstHeading"><?php $this->html('title') ?></h1>
7979 <div id="bodyContent">
80 - <h3 id="siteSub"><?php $this->msg('tagline') ?></h3>
 80+ <div id="siteSub"><?php $this->msg('tagline') ?></div>
8181 <div id="contentSub"<?php $this->html('userlangattributes') ?>><?php $this->html('subtitle') ?></div>
8282 <?php if($this->data['undelete']) { ?>
8383 <div id="contentSub2"><?php $this->html('undelete') ?></div>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69545* #siteSub (tagline) isn't headline -> replaced by div (partial fix to bug 457)danny_b13:15, 19 July 2010

Status & tagging log