From 51e129cd81c1ff2d184858ece846045a84f07c63 Mon Sep 17 00:00:00 2001 From: RandomPerson3465 <50644934+RandomPerson3465@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:21:16 -0700 Subject: [PATCH] Update index.js --- top50/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/top50/index.js b/top50/index.js index 58618dc..a038421 100644 --- a/top50/index.js +++ b/top50/index.js @@ -2484,7 +2484,7 @@ const loadFireIcons = () => {
${escapeHTML(fireIcon.name)}
Threshold: ${escapeHTML(fireIcon.threshold)}
-
${include}
+
${escapeHTML(include)}
` div.innerHTML += html;