From d3f83ab7755e5bd0abb9f39d5a38ebfb3ff781f9 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Fri, 17 Mar 2023 23:53:44 +0100 Subject: [PATCH] break in text --- src/html/log.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/log.ts b/src/html/log.ts index c7f5cd8..c590464 100644 --- a/src/html/log.ts +++ b/src/html/log.ts @@ -76,7 +76,7 @@ export default /*html*/ ` async function refresh(){ let resp = await fetch("json"); if(resp.status != 200){ - pre.innerText = "Outbag Log Api is disabled"; + pre.innerText = "Outbag Log Api is disabled
"; return; } let json = await resp.json();