From 02b0c7add6d73878ed9f359e4325085afb61c0a4 Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:53:19 +0100 Subject: [PATCH] fix bugs --- ruty/todo.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ruty/todo.php b/ruty/todo.php index 01ef1ee..12e8993 100644 --- a/ruty/todo.php +++ b/ruty/todo.php @@ -18,6 +18,8 @@ $taskId = $row["id"]; $taskName = $row["task_name"]; $completed = $row["completed"] ? "checked" : ""; + + echo "
  • $taskName
  • "; } } else { echo "Aucune tâche trouvée."; @@ -44,7 +46,7 @@

    Tâches en cours

    --->