diff --git a/includes/CMB2.php b/includes/CMB2.php index 7bec5583e..b7b045eef 100644 --- a/includes/CMB2.php +++ b/includes/CMB2.php @@ -184,7 +184,7 @@ public function show_form( $object_id = 0, $object_type = '' ) { */ do_action( "cmb2_before_{$object_type}_form_{$this->cmb_id}", $object_id, $this ); - echo '
'; + echo '
'; foreach ( $this->prop( 'fields' ) as $field_args ) { @@ -214,7 +214,7 @@ public function show_form( $object_id = 0, $object_type = '' ) { } } - echo '
'; + echo '
'; $this->render_hidden_fields();