@@ -50,7 +50,7 @@ |
||
50 | 50 | */ |
51 | 51 | $number_option = apply_filters( 'frm_print_format_number_option', $number_option, $number_option_text, $field ); |
52 | 52 | |
53 | - $add_allowed_html = function ( $allowed_html ) { |
|
53 | + $add_allowed_html = function( $allowed_html ) { |
|
54 | 54 | $allowed_html['option']['data-dependency'] = true; |
55 | 55 | return $allowed_html; |
56 | 56 | }; |