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;