diff --git a/top50/index.js b/top50/index.js index 2d039be..56f6d43 100644 --- a/top50/index.js +++ b/top50/index.js @@ -9,6 +9,7 @@ let pickingChannels = false; let quickSelecting = false; let odometers = []; function escapeHTML(text) { + text = text.toString(); return text .replace(/&/g, "&") .replace(/