Completed
Pull Request — master (#2052)
by
unknown
42s
created
classes/views/frm-forms/mb_insert_fields.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 $data_attrs = array( 'data-contextual-shortcodes' => FrmAppHelper::maybe_json_encode(
8 8
 			array(
9 9
 				'address' => array_keys( $contextual_shortcodes['address'] ),
10
-				'body'    => array_keys( $contextual_shortcodes['body']  )
10
+				'body'    => array_keys( $contextual_shortcodes['body'] )
11 11
 			)
12 12
 		)
13 13
 	);
Please login to merge, or discard this patch.