Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 512189b

Browse filesBrowse files
committed
Undo some changes in commit 4237d29
1 parent 4237d29 commit 512189b
Copy full SHA for 512189b

File tree

2 files changed

+5
-5
lines changed
Filter options

2 files changed

+5
-5
lines changed

‎js/templates/ActiveTag.js

Copy file name to clipboardExpand all lines: js/templates/ActiveTag.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class ActiveTag {
2828

2929
li.innerHTML = `
3030
${item}
31-
<button
32-
type='button'
33-
class='btn-close'
34-
aria-label='Supprimer cet ingrédient'>
31+
<button
32+
type="button"
33+
class="btn-close"
34+
aria-label="Supprimer cet ingrédient">
3535
</button>`;
3636

3737
return li;

‎js/templates/ItemDropdown.js

Copy file name to clipboardExpand all lines: js/templates/ItemDropdown.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ItemDropdown {
2929
if (data !== undefined) {
3030

3131
li.innerHTML = `
32-
<a class='dropdown-item' role='option'>
32+
<a class="dropdown-item" role="option">
3333
${data}
3434
</a>`;
3535
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.