diff --git a/flextype/core/Forms.php b/flextype/core/Forms.php index cf465fde..ec25ab1d 100644 --- a/flextype/core/Forms.php +++ b/flextype/core/Forms.php @@ -185,7 +185,6 @@ class Forms } $form .= $form_field; - } $form .= ''; $form .= ''; @@ -253,9 +252,9 @@ class Forms * * @param string $field_id Field ID * @param string $field_name Field name - * @param array $options Field options - * @param string $value Field value - * @param array $property Field property + * @param array $options Field options + * @param string $value Field value + * @param array $property Field property * * @return string Returns field * @@ -265,7 +264,7 @@ class Forms { $property['attributes']['id'] = $field_id; - $field = '