From f30f3263bd98f8fda33479341ee7bb0bab1d9380 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sun, 2 Aug 2026 18:06:52 -0400 Subject: [PATCH] Fix nested php open tag in the AI page build stamp The build-stamp edit replaced the header block's closing tag instead of keeping it, opening a second php block inside the first. Deployed broken because the lint in that commit printed OK unconditionally rather than gating on php -l. --- Plugin/unraid/pages/ai.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/unraid/pages/ai.php b/Plugin/unraid/pages/ai.php index 9dc09d5..b37c00c 100644 --- a/Plugin/unraid/pages/ai.php +++ b/Plugin/unraid/pages/ai.php @@ -57,7 +57,7 @@ // api/ai.php stats / ask / poll / clear // api/readscript.php source viewer contents // ═══════════════════════════════════════════════════════════════════════════════════════════════ -