diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c026f66..b8452479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix SQL alias errors for reportVstackbarLifetime chart - Fix empty `WHERE` clause +- Fix dashbaord error on display ## [1.9.2] - 2025-12-02 diff --git a/inc/dashboard.class.php b/inc/dashboard.class.php index 80c7a037..4aea427c 100644 --- a/inc/dashboard.class.php +++ b/inc/dashboard.class.php @@ -242,7 +242,7 @@ public function showDashBoard($show_reports_dropdown = true) -
" . htmlspecialchars($report_script) . "
+
" . $report_script . "
"; }