diff --git a/scripts/js/footer.js b/scripts/js/footer.js index 873c47d7..ec628ed2 100644 --- a/scripts/js/footer.js +++ b/scripts/js/footer.js @@ -364,7 +364,7 @@ function updateSystemInfo() { ? " (load is higher than the number of cores)" : "") ); - $("#sysinfo-cpu").html( + $("#sysinfo-cpu").text( system.cpu["%cpu"].toFixed(1) + "% on " + system.cpu.nprocs +