break in text
This commit is contained in:
parent
ea21a1c96d
commit
d3f83ab775
1 changed files with 1 additions and 1 deletions
|
@ -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<br>";
|
||||
return;
|
||||
}
|
||||
let json = await resp.json();
|
||||
|
|
Loading…
Reference in a new issue