Fixed broken jumpto link. Fixes bug #17710
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 21 Jul 2009 17:57:16 +0000 (17:57 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 21 Jul 2009 17:57:16 +0000 (17:57 +0000)
skins/Vector.php

index be48867..2a8855c 100644 (file)
@@ -501,7 +501,7 @@ class VectorTemplate extends QuickTemplate {
                                <!-- jumpto -->
                                <div id="jump-to-nav">
                                        <?php $this->msg( 'jumpto' ) ?><a href="#head"><?php $this->msg( 'jumptonavigation' ) ?></a>,
-                                       <a href="#search"><?php $this->msg( 'jumptosearch' ) ?></a>
+                                       <a href="#p-search"><?php $this->msg( 'jumptosearch' ) ?></a>
                                </div>
                                <!-- /jumpto -->
                                <?php endif; ?>