From 860b602f5f586af445d21b485a06aa2aea6621b6 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 24 Aug 2011 18:11:55 +0000 Subject: [PATCH] Revert changes to HTMLForm from r92155 --- includes/HTMLForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index e2ca1277a1..2579f929c2 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -708,7 +708,7 @@ class HTMLForm { } $attributes = array(); if ( $displayTitle ) { - $attributes["id"] = 'prefsection-' . Sanitizer::escapeId( $key, 'noninitial' ); + $attributes["title"] = Sanitizer::escapeId( $key ); } $subsectionHtml .= Xml::fieldset( $legend, $section, $attributes ) . "\n"; } -- 2.20.1