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] + '

'); } });