diff --git a/includes/wc-template-functions.php b/includes/wc-template-functions.php index ed3cc2f1f1b..1e1afc29761 100644 --- a/includes/wc-template-functions.php +++ b/includes/wc-template-functions.php @@ -2013,7 +2013,7 @@ if ( ! function_exists( 'woocommerce_form_field' ) ) { $field .= '' . current( array_values( $countries ) ) . ''; - $field .= ''; + $field .= ''; } else { @@ -2039,7 +2039,7 @@ if ( ! function_exists( 'woocommerce_form_field' ) ) { $field_container = ''; - $field .= ''; + $field .= ''; } elseif ( ! is_null( $for_country ) && is_array( $states ) ) {