From: Sam Reed Date: Wed, 24 Aug 2011 18:11:55 +0000 (+0000) Subject: Revert changes to HTMLForm from r92155 X-Git-Tag: 1.31.0-rc.0~28105 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=860b602f5f586af445d21b485a06aa2aea6621b6;p=lhc%2Fweb%2Fwiklou.git Revert changes to HTMLForm from r92155 --- 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"; }