From 9418cecdf56626a1ba263dfa4fd9afe1c1cac1d1 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 9 Apr 2023 12:00:19 -0600 Subject: [PATCH] pre --- src/device/input/raw/public/root.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)