diff --git a/src/device/input/raw/public/root.html b/src/device/input/raw/public/root.html
index f12d5ec..fb04639 100644
--- a/src/device/input/raw/public/root.html
+++ b/src/device/input/raw/public/root.html
@@ -30,7 +30,7 @@
http("GET", `/proxy?user=${document.getElementById("user").value}`, (b, s) => {
if (s != 200)
return
- document.getElementById("ntfy").innerHTML = b.replaceAll("\n", "
")
+ document.getElementById("ntfy").innerHTML = `
${b}`
}, null)
}, 1500)