diff --git a/static/js/fetchurls.js b/static/js/fetchurls.js index 02d570c..107538e 100755 --- a/static/js/fetchurls.js +++ b/static/js/fetchurls.js @@ -17,7 +17,7 @@ function fetchUrls() { speedElement.innerText = url.data; bar.innerText = url.progress.toFixed(0) + "%"; // format the percentage to one decimal place if (url.status === 200) { // only display 200 status codes in green - container.innerHTML += `
${url.id} ${url.path} - http code: ${url.status} progress: ${url.progress} ${url.data}
`; + container.innerHTML += `${url.id} ${url.path} - http code: ${url.status} progress: ${url.progress} ${url.data}
`; } }); } else { diff --git a/templates/home.page.html b/templates/home.page.html index b4f65a9..30fefc4 100644 --- a/templates/home.page.html +++ b/templates/home.page.html @@ -64,7 +64,7 @@Loading data...