Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php |
— | — | @@ -1174,7 +1174,7 @@ |
1175 | 1175 | $selectText = Xml::tags( 'select', $selectAttrs, $optionsText ); |
1176 | 1176 | |
1177 | 1177 | $divClass = "ui-widget"; |
1178 | | - if ($is_mandatory) { $divClass .= " mandatory"; } |
| 1178 | + if ( $is_mandatory ) { $divClass .= " mandatory"; } |
1179 | 1179 | $text = Xml::tags( 'div', array( 'class' => $divClass ), $selectText ); |
1180 | 1180 | return $text; |
1181 | 1181 | } |