diff --git a/data_form/fieldtypes/select/input.php b/data_form/fieldtypes/select/input.php index ee5fcae..e4e1e7f 100644 --- a/data_form/fieldtypes/select/input.php +++ b/data_form/fieldtypes/select/input.php @@ -5,7 +5,7 @@ switch ($Config['_SelectType'][$Field]){ case 'dropdown': - echo ''; foreach($Config['_SelectOptions'][$Field] as $optionValue){ $sel = ''; if(!empty($Val)){ @@ -69,4 +69,4 @@ -?> \ No newline at end of file +?>