Bug: Broken <script> tag in dashboard template #113
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Audit Finding
Severity: Medium
Issue:
The dashboard template has a
<script>tag loading Chart.js that is never properly closed. The CDN script tag is not terminated before the inline chart initialization code, so the dashboard chart won't render.Fix: Add closing
</script>tag after the Chart.js CDN src.Files:
tmpl/dashboard/default.phpBranch created:
feature/113-bug-broken-script-tag-in-dashboard-templ