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:
@@ -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>`;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user