From cdc5f366ff98683e43f5bb569a6f140ef9c29f4d Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Wed, 11 Mar 2026 13:31:43 +0200 Subject: [PATCH] =?UTF-8?q?Kehitysehdotusten=20P=C3=A4iv=C3=A4m=C3=A4?= =?UTF-8?q?=C3=A4r=C3=A4-sarake=20ekaksi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- index.html | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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('');