| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | public function field( $field, $args, $key ) { |
| 35 | 35 | $placeholder = $this->placeholder_required_value( $args ); |
| 36 | 36 | |
| 37 | 37 | ?> |
| 38 | - <p id="<?php echo $key; ?>_field" data-priority=""> | |
| 38 | + <p id="<?php echo esc_attr( $key ); ?>_field" data-priority=""> | |
| 39 | 39 | <span class="woocommerce-input-wrapper"> |
| 40 | 40 | <input |
| 41 | 41 | type="tel" |
| 42 | 42 | class="input-text" |