diff --git a/index.html b/index.html index a0f0be3..25ba2d2 100644 --- a/index.html +++ b/index.html @@ -604,10 +604,10 @@ + - diff --git a/script.js b/script.js index d0a1b94..d5adc67 100644 --- a/script.js +++ b/script.js @@ -4130,10 +4130,10 @@ function renderFeaturesList() { const done = t.status === 'toteutettu' || t.status === 'hylatty'; const rowClass = done ? 'todo-row-done' : ''; return ` + - `; }).join('');