From 600a8044c27e63877afdafdd1bf4e25b1e892f50 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Feb 2026 16:01:21 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20closing=20script=20tag=20duplo-escapado?= =?UTF-8?q?=20em=20admin-cliente=20(<\\/script>=20=E2=86=92=20<\/script>)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- src/admin-cliente.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin-cliente.js b/src/admin-cliente.js index dc4fe8a..3f6e538 100644 --- a/src/admin-cliente.js +++ b/src/admin-cliente.js @@ -1176,7 +1176,7 @@ window.addEventListener('themechange', function() { if (clientData) renderAll(cl // Init document.addEventListener('DOMContentLoaded', function() { applyChartDefaults(getChartTheme()); loadClients(); }); -<\\/script> +<\/script> `; }