From fdff2aaab5dac5ba04e9158df83e458c0f6976e7 Mon Sep 17 00:00:00 2001 From: Janis Steiner Date: Mon, 3 Mar 2025 16:25:01 +0000 Subject: [PATCH] =?UTF-8?q?changin=20h=C3=B6=C3=B6gli=20to=20green?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys0-code/app/print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys0-code/app/print.php b/sys0-code/app/print.php index 5f0242f..e99b8b0 100644 --- a/sys0-code/app/print.php +++ b/sys0-code/app/print.php @@ -223,7 +223,7 @@ let stepElement = document.getElementById(stepId); if (stepElement) { stepElement.innerHTML = ` - + ${steps[index]} `; }