Completed
Pull Request — master (#1864)
by
unknown
41s
created
classes/views/frm-fields/back-end/format-dropdown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
 		};
Please login to merge, or discard this patch.