Index: trunk/phase3/includes/HTMLForm.php |
— | — | @@ -572,7 +572,7 @@ |
573 | 573 | if( !$hasLeftColumn ) // Avoid strange spacing when no labels exist |
574 | 574 | $classes[] = 'mw-htmlform-nolabel'; |
575 | 575 | $attribs = array( |
576 | | - 'classes' => implode( ' ', $classes ), |
| 576 | + 'class' => implode( ' ', $classes ), |
577 | 577 | ); |
578 | 578 | if ( $sectionName ) |
579 | 579 | $attribs['id'] = Sanitizer::escapeId( "mw-htmlform-$sectionName" ); |