From 5f087b1689208c610e6e39ed57b0aa4890b122b4 Mon Sep 17 00:00:00 2001
From: adrien <adrien@malingrey.fr>
Date: Mon, 19 May 2025 22:43:02 +0200
Subject: [PATCH] no id for label

---
 show.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/show.php b/show.php
index d98d24a..b6a3d5f 100644
--- a/show.php
+++ b/show.php
@@ -122,7 +122,7 @@ foreach ($interfaces as $interface) {
         </table>
     </main>
     <footer>
-        <label id="colorSliderLabel" for="colorSlider" class="no-print">Changer les couleurs (ou cliquez dans la légende)</label>
+        <label for="colorSlider" class="no-print">Changer les couleurs (ou cliquez dans la légende)</label>
         <input id="colorSlider" type="range" min="0" max="360" step="0.000000001" value="58.3"
             oninput="document.documentElement.style.setProperty('--hue', this.value);" class="no-print" />
         <a href="<?= str_replace(__DIR__ . "/", "", $path) ?>" target="_blank" class="link no-print">Télécharger la configuration</a>