From d8a0124cad4fb17ddd2a484998c4af82f8ef2234 Mon Sep 17 00:00:00 2001 From: Tilman Date: Mon, 26 Jun 2023 13:35:04 +0200 Subject: [PATCH] commit --- index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.twig b/index.twig index d6bb4ba..9116b18 100644 --- a/index.twig +++ b/index.twig @@ -257,7 +257,7 @@ var lines = data.split('\n'); for(var i = 0;i < lines.length;i++){ var podcastInfo = lines[i].split(';'); - const podcastTitle = document.createTextNode(lines[i]); + const podcastTitle = document.createTextNode(podcastInfo[0]); const node = document.createElement("p"); node.appendChild(podcastTitle);