From 27e5ab1458ecfea9dad1771d108360a6ac8653f4 Mon Sep 17 00:00:00 2001 From: Johnnybegood90 Date: Tue, 10 Mar 2026 10:12:48 +0100 Subject: [PATCH] Fix du lecteur HLS. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 428862d..fb97ee1 100644 --- a/index.php +++ b/index.php @@ -691,7 +691,7 @@ foreach ($theme_files as $file) { preg_match('/@emoji\s+(\S+)/u', $css, $m_emoji); $name = isset($m_name[1]) ? trim($m_name[1]) : ucfirst($slug); $emoji = isset($m_emoji[1]) ? trim($m_emoji[1]) : '🎨'; - echo " \n"; + echo ' ' . "\n"; } ?>