Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoladj77 committed Jan 20, 2025
1 parent ff7a652 commit ee6769a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/content/classes/choose-img-control.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ public function content_template() {
<div class="elementor-control-input-wrapper">
<div class="elementor-choices elementor-choices-img">
<# _.each( data.options, function( options, value ) { #>
<input id="<?php $this->print_control_uid( $control_uid_input_type ); ?>" type="radio" name="elementor-choose-{{ data.name }}-{{ data._cid }}" value="{{ value }}">
<label class="elementor-choices-label elementor-control-unit-2 tooltip-target" for="<?php $this->print_control_uid( $control_uid_input_type ); ?>" data-tooltip="{{ options.title }}" title="{{ options.title }}">
<img src="{{ options.image }}" aria-hidden="true" alt="{{ options.title }}">
<span class="elementor-screen-only">{{{ options.title }}}</span>
</label>
<input id="<?php $this->print_control_uid( $control_uid_input_type ); ?>" type="radio" name="elementor-choose-{{ data.name }}-{{ data._cid }}" value="{{ value }}">

Check failure on line 23 in modules/content/classes/choose-img-control.php

View workflow job for this annotation

GitHub Actions / Lint PHP files

Tabs must be used to indent lines; spaces are not allowed
<label class="elementor-choices-label elementor-control-unit-2 tooltip-target" for="<?php $this->print_control_uid( $control_uid_input_type ); ?>" data-tooltip="{{ options.title }}" title="{{ options.title }}">

Check failure on line 24 in modules/content/classes/choose-img-control.php

View workflow job for this annotation

GitHub Actions / Lint PHP files

Tabs must be used to indent lines; spaces are not allowed
<img src="{{ options.image }}" aria-hidden="true" alt="{{ options.title }}">

Check failure on line 25 in modules/content/classes/choose-img-control.php

View workflow job for this annotation

GitHub Actions / Lint PHP files

Tabs must be used to indent lines; spaces are not allowed
<span class="elementor-screen-only">{{{ options.title }}}</span>

Check failure on line 26 in modules/content/classes/choose-img-control.php

View workflow job for this annotation

GitHub Actions / Lint PHP files

Tabs must be used to indent lines; spaces are not allowed
</label>

Check failure on line 27 in modules/content/classes/choose-img-control.php

View workflow job for this annotation

GitHub Actions / Lint PHP files

Tabs must be used to indent lines; spaces are not allowed
<# } ); #>
</div>
</div>
Expand Down

0 comments on commit ee6769a

Please sign in to comment.