@@ -54,7 +54,7 @@ |
||
54 | 54 | if($type === 'textarea'){ |
55 | 55 | $html = ''; |
56 | 56 | $html .= '<textarea data-configuration_id="'.$field->id .'" class="form-control mongiconfigurationfield"></textarea>'; |
57 | - }else{ |
|
57 | + } else{ |
|
58 | 58 | $html .= '<input type="'.$type.'" data-configuration_id="'.$field->id .'" class="form-control mongiconfigurationfield">'; |
59 | 59 | } |
60 | 60 | return $html; |