diff --git a/js/script.js b/js/script.js index d1cbf0c..ce20bb2 100644 --- a/js/script.js +++ b/js/script.js @@ -44,7 +44,7 @@ fetch(host.replace("%", "top10")).then(r => r.text()).then(r => { var tr = document.createElement("tr"); var th = document.createElement("th"); - th.title = "Info Hash" + th.title = "info hash" th.textContent = "\uf4df"; tr.appendChild(th);