r67537 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67536‎ | r67537 | r67538 >
Date:14:20, 7 June 2010
Author:catrope
Status:ok
Tags:
Comment:
(bug 23800) Add missing space between "Jump to:" and "navigation, search" in Vector
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -498,7 +498,7 @@
499499 <?php if ( $this->data['showjumplinks'] ): ?>
500500 <!-- jumpto -->
501501 <div id="jump-to-nav">
502 - <?php $this->msg( 'jumpto' ) ?><a href="#head"><?php $this->msg( 'jumptonavigation' ) ?></a>,
 502+ <?php $this->msg( 'jumpto' ) ?> <a href="#head"><?php $this->msg( 'jumptonavigation' ) ?></a>,
503503 <a href="#p-search"><?php $this->msg( 'jumptosearch' ) ?></a>
504504 </div>
505505 <!-- /jumpto -->

Follow-up revisions

RevisionCommit summaryAuthorDate
r677531.16wmf4: Merge some Vector fixes from trunk: r67537, r67544, r67576, r67631,...catrope19:52, 9 June 2010

Status & tagging log