fix: closing script tag duplo-escapado em admin-cliente (<\\/script> → <\/script>)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-02-16 16:01:21 -05:00
parent 6c925db42b
commit 600a8044c2

View File

@@ -1176,7 +1176,7 @@ window.addEventListener('themechange', function() { if (clientData) renderAll(cl
// Init // Init
document.addEventListener('DOMContentLoaded', function() { applyChartDefaults(getChartTheme()); loadClients(); }); document.addEventListener('DOMContentLoaded', function() { applyChartDefaults(getChartTheme()); loadClients(); });
<\\/script> <\/script>
</body> </body>
</html>`; </html>`;
} }