diff --git a/frontend/js/boot.js b/frontend/js/boot.js index fcc2eff9..4cda3565 100644 --- a/frontend/js/boot.js +++ b/frontend/js/boot.js @@ -47,7 +47,7 @@ document.addEventListener("DOMContentLoaded", () => { text = text.replace("[OK]", '[OK]'); } - line.innerHTML = text; + line.textContent = text; bootInner.appendChild(line); // Auto scroll to bottom diff --git a/frontend/js/footer.js b/frontend/js/footer.js index 6b38391e..50311603 100644 --- a/frontend/js/footer.js +++ b/frontend/js/footer.js @@ -19,7 +19,7 @@ document.addEventListener("DOMContentLoaded", () => { const footer = document.createElement("footer"); footer.className = "footer"; - footer.innerHTML = ` + footer.textContent = `