mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 01:01:32 -04:00
eslint fixes
This commit is contained in:
parent
9ea785fc63
commit
ab8b48c437
5 changed files with 10 additions and 9 deletions
|
@ -145,7 +145,7 @@ class HTMLIngredient {
|
|||
for="${this.id}">
|
||||
${this.name}
|
||||
</label>
|
||||
</div>`
|
||||
</div>`;
|
||||
break;
|
||||
case "option":
|
||||
html += `<div class="form-group ing-medium">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue