r66526 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66525‎ | r66526 | r66527 >
Date:12:38, 16 May 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Change attribute 'name' to 'id' for HTML5 compliance
Modified paths:
  • /trunk/extensions/Translate/SpecialTranslations.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/SpecialTranslations.php
@@ -185,7 +185,7 @@
186186 );
187187
188188 $anchor = 'msg_' . $key;
189 - $anchor = Xml::element( 'a', array( 'name' => $anchor, 'href' => "#$anchor" ), "↓" );
 189+ $anchor = Xml::element( 'a', array( 'id' => $anchor, 'href' => "#$anchor" ), "↓" );
190190
191191 $extra = '';
192192

Status & tagging log