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 @@
499
499
<?php if ( $this->data['showjumplinks'] ): ?>
500
500
<!-- jumpto -->
501
501
<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>,
503
503
<a href="#p-search"><?php $this->msg( 'jumptosearch' ) ?></a>
504
504
</div>
505
505
<!-- /jumpto -->
Follow-up revisions
Revision
Commit summary
Author
Date
r67753
1.16wmf4: Merge some Vector fixes from trunk:
r67537
,
r67544
,
r67576
,
r67631
,...
catrope
19:52, 9 June 2010
Status & tagging log
22:45, 6 November 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r67537
[
removed:
new
added:
ok]