Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Dec 4, 2024
1 parent 7a40f7f commit 31823d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/forms/classes/render/widget-form-render.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ public function render() {
<?php
if ( $print_label && $item['field_label'] ) {
?>
<label <?php $this->widget->print_render_attribute_string( 'label' . $item_index ); ?>>
<label <?php $this->widget->print_render_attribute_string( 'label' . $item_index ); ?>>
<?php
echo esc_html( $item['field_label'] ); ?>
</label>
</label>
<?php
}

Expand Down Expand Up @@ -174,7 +174,7 @@ public function render() {
<?php endforeach; ?>
<?php $this->render_button(); ?>
</div>
</form>
</form>
<?php
}

Expand Down

0 comments on commit 31823d0

Please sign in to comment.