Index: trunk/phase3/includes/HTMLForm.php |
— | — | @@ -708,7 +708,7 @@ |
709 | 709 | } |
710 | 710 | $attributes = array(); |
711 | 711 | if ( $displayTitle ) { |
712 | | - $attributes["id"] = 'prefsection-' . Sanitizer::escapeId( $key, 'noninitial' ); |
| 712 | + $attributes["title"] = Sanitizer::escapeId( $key ); |
713 | 713 | } |
714 | 714 | $subsectionHtml .= Xml::fieldset( $legend, $section, $attributes ) . "\n"; |
715 | 715 | } |