From b3e8e40bda2a9860ed3bc750b58264d222fdeb2d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 2 Jun 2025 22:08:31 +0300 Subject: [PATCH] footer: use text for sysinfo-cpu There's no HTML involved. Signed-off-by: XhmikosR --- scripts/js/footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +