Suppression de certains warnings

This commit is contained in:
2023-11-11 20:38:16 +01:00
parent c6afb8d445
commit 01399e922a
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@
{{else}}
<input class="resource-content select-effect" type="checkbox" name="{{effect.id}}" {{#if effect.active}}checked{{/if}}/>
{{/if}}
<img class="button-effect-img" height="16" width="16" src="{{effect.icon}}" alt="{{localize effect.label}}" />
<label>{{localize effect.label}}</label>
<img class="button-effect-img" height="16" width="16" src="{{effect.icon}}" alt="{{localize effect.name}}" />
<label>{{localize effect.name}}</label>
</li>
{{/each}}
</ul>