(bug 23800) Add missing space between "Jump to:" and "navigation, search" in Vector
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 7 Jun 2010 14:20:10 +0000 (14:20 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 7 Jun 2010 14:20:10 +0000 (14:20 +0000)
skins/Vector.php

index d28fcfb..5edc012 100644 (file)
@@ -498,7 +498,7 @@ class VectorTemplate extends QuickTemplate {
                                <?php if ( $this->data['showjumplinks'] ): ?>
                                <!-- jumpto -->
                                <div id="jump-to-nav">
-                                       <?php $this->msg( 'jumpto' ) ?><a href="#head"><?php $this->msg( 'jumptonavigation' ) ?></a>,
+                                       <?php $this->msg( 'jumpto' ) ?> <a href="#head"><?php $this->msg( 'jumptonavigation' ) ?></a>,
                                        <a href="#p-search"><?php $this->msg( 'jumptosearch' ) ?></a>
                                </div>
                                <!-- /jumpto -->