diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php
index c9d0cf74..5bd42052 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 ) {
@@ -4423,4 +4423,4 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
}
}
-}
\ No newline at end of file
+}