From 3e29ef06772a1e98e2321d0372982f483c7d5a96 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sun, 3 Nov 2024 23:01:45 +0100 Subject: [PATCH] g --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);