diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index 054eda64..f5fc74b2 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -420,7 +420,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) { $output .= '
'; if ( isset( $data['icon'] ) && $data['icon'] != '' && isset( $this->field_icons ) && $this->field_icons != 'off' && ( $this->field_icons == 'label' || $this->viewing == true ) ) { - $output .= '
'; + $output .= '
'; } if ( $this->viewing == true ) {