From 07ee6cb9131566e3e1d1c5ef435178044a95996f Mon Sep 17 00:00:00 2001 From: Tilman Date: Mon, 26 Jun 2023 13:32:29 +0200 Subject: [PATCH] commit --- index.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.twig b/index.twig index b9a0ee9..76eeee5 100644 --- a/index.twig +++ b/index.twig @@ -258,7 +258,7 @@ for(var i = 0;i < lines.length;i++){ var podcastInfo = lines[i].split(';'); const podcastTitle = document.createTextNode(lines[i]); - podcastDiv.appenChild('

' + podcastInfo[0] + '

'); + podcastDiv.appendChild('

' + podcastInfo[0] + '

'); } });