footer: use text for sysinfo-cpu

There's no HTML involved.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-06-02 22:08:31 +03:00
committed by GitHub
parent abd4d9d3b9
commit b3e8e40bda

View File

@@ -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 +