r53033 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53032‎ | r53033 | r53034 >
Date:04:19, 10 July 2009
Author:simetrical
Status:ok (Comments)
Tags:
Comment:
Remove stray name="" from anchors (cf. r52963)
Modified paths:
  • /trunk/phase3/skins/MonoBook.php (modified) (history)
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -166,7 +166,7 @@
167167 <div id="head-base" class="noprint"></div>
168168 <!-- content -->
169169 <div id="content">
170 - <a name="top" id="top"></a>
 170+ <a id="top"></a>
171171 <div id="mw-js-message" style="display:none;"></div>
172172 <!-- sitenotice -->
173173 <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
Index: trunk/phase3/skins/MonoBook.php
@@ -87,7 +87,7 @@
8888 <div id="globalWrapper">
8989 <div id="column-content">
9090 <div id="content">
91 - <a name="top" id="top"></a>
 91+ <a id="top"></a>
9292 <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?>
9393 <h1 id="firstHeading" class="firstHeading"><?php $this->html('title') ?></h1>
9494 <div id="bodyContent">

Follow-up revisions

RevisionCommit summaryAuthorDate
r53101Updated RELEASE-NOTES for r52963 and r53033rememberthedot05:00, 11 July 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52963Removed redundant anchors from headings as suggested by Aryeh Gregor on wikit...rememberthedot03:50, 9 July 2009

Comments

#Comment by Remember the dot (talk | contribs)   05:01, 11 July 2009

Release note added in r53101.

Status & tagging log