r95408 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95407‎ | r95408 | r95409 >
Date:18:11, 24 August 2011
Author:reedy
Status:reverted
Tags:
Comment:
Revert changes to HTMLForm from r92155
Modified paths:
  • /trunk/phase3/includes/HTMLForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HTMLForm.php
@@ -708,7 +708,7 @@
709709 }
710710 $attributes = array();
711711 if ( $displayTitle ) {
712 - $attributes["id"] = 'prefsection-' . Sanitizer::escapeId( $key, 'noninitial' );
 712+ $attributes["title"] = Sanitizer::escapeId( $key );
713713 }
714714 $subsectionHtml .= Xml::fieldset( $legend, $section, $attributes ) . "\n";
715715 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r95425Revert r95408, breaks preferencesreedy19:48, 24 August 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92155Restructure tab code of mediawiki.special.preferences.js . * 10 levels of ind...diebuche12:49, 14 July 2011

Status & tagging log