We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2759fa9 commit 544e40fCopy full SHA for 544e40f
CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
- Fix SQL alias errors for reportVstackbarLifetime chart
13
- Fix empty `WHERE` clause
14
+- Fix dashbaord error on display
15
16
## [1.9.2] - 2025-12-02
17
inc/dashboard.class.php
@@ -242,7 +242,7 @@ public function showDashBoard($show_reports_dropdown = true)
242
</a>
243
</span>
244
</div>
245
- <div class='card-body mreportingwidget-body'>" . htmlspecialchars($report_script) . "</div>
+ <div class='card-body mreportingwidget-body'>" . $report_script . "</div>
246
</div>";
247
}
248
0 commit comments