mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-20 12:51:43 +02:00
add html comments to html template strings
This commit is contained in:
@@ -8,7 +8,7 @@ export function TodoDay(el) {
|
||||
const dateId = el.dataset.key;
|
||||
let items = [];
|
||||
|
||||
el.innerHTML = `
|
||||
el.innerHTML = /* html */ `
|
||||
<div class="header">
|
||||
<h3 class="dayofweek"></h3>
|
||||
<h6 class="date"></h6>
|
||||
|
Reference in New Issue
Block a user