From 44a77d70b6bd74af54a1d1a8272ed1b4e813f485 Mon Sep 17 00:00:00 2001 From: Whykioh Date: Sun, 1 Mar 2026 19:52:57 +0100 Subject: [PATCH] fix tooltip --- poker-paf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poker-paf/config.php b/poker-paf/config.php index 48c0a9f..04a3b05 100644 --- a/poker-paf/config.php +++ b/poker-paf/config.php @@ -51,7 +51,7 @@ require_once 'db.php'; // 3. On met le HTML dedans (avec le bouton supprimer intégré) newRow.innerHTML = ` -

${container.children.length + 1}:

+

${container.children.length + 1}

`;