Remove stray name="" from anchors (cf. r52963)
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 10 Jul 2009 04:19:33 +0000 (04:19 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 10 Jul 2009 04:19:33 +0000 (04:19 +0000)
skins/MonoBook.php
skins/Vector.php

index ad859a0..5c66be4 100644 (file)
@@ -87,7 +87,7 @@ HTML
        <div id="globalWrapper">
                <div id="column-content">
        <div id="content">
-               <a name="top" id="top"></a>
+               <a id="top"></a>
                <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
                <h1 id="firstHeading" class="firstHeading"><?php $this->html('title') ?></h1>
                <div id="bodyContent">
index 94ccbb0..e4bca2e 100644 (file)
@@ -166,7 +166,7 @@ class VectorTemplate extends QuickTemplate {
                <div id="head-base" class="noprint"></div>
                <!-- content -->
                <div id="content">
-                       <a name="top" id="top"></a>
+                       <a id="top"></a>
                        <div id="mw-js-message" style="display:none;"></div>
                        <!-- sitenotice -->
                        <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>