From e4ed5896f6e5fd3c7022f47c3ca0f91b1a6c0f27 Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Sun, 28 Sep 2025 10:17:16 +0100 Subject: [PATCH] Fix placeholder index --- emhttp/plugins/dynamix/DashStats.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/DashStats.page b/emhttp/plugins/dynamix/DashStats.page index f03d557a9..42ccf33a8 100755 --- a/emhttp/plugins/dynamix/DashStats.page +++ b/emhttp/plugins/dynamix/DashStats.page @@ -399,7 +399,7 @@ switch ($themeHelper->getThemeName()) { // $themeHelper set in DefaultPageLayout $package) { - echo ""._("Physical")." CPU $cpu_index "._("Power").": N/A"; + echo ""._("Physical")." CPU $cpu_index "._("Power").": N/A"; foreach ($package as $pair) { [$cpu1, $cpu2] = my_preg_split('/[,-]/',$pair); echo "";