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();