From 2c1ae6b8673d5bc28cd82e0f44a8168951c20d82 Mon Sep 17 00:00:00 2001 From: "Satsuki Akiba (aider)" Date: Wed, 4 Jun 2025 13:41:02 +0900 Subject: [PATCH] fix: escape ]]> in podcast description --- services/podcast.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/podcast.ts b/services/podcast.ts index c5604df..e80c2e0 100644 --- a/services/podcast.ts +++ b/services/podcast.ts @@ -27,12 +27,12 @@ export async function updatePodcastRSS() { itemsXml += ` <![CDATA[${ep.title}]]> - /g, ']]>')}]]> + /g, "]]>")}]]> ${channelAuthor} ${channelCategories} ${channelLanguage} ${channelTTL} - + ${fileUrl} ${pubDate}