From 0fb2c79bdb80ff07ddbf8b2cee363db3a6856cce Mon Sep 17 00:00:00 2001 From: "Satsuki Akiba (aider)" Date: Wed, 4 Jun 2025 13:41:11 +0900 Subject: [PATCH] fix: escape ]]> and unescape & in podcast description --- services/podcast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/podcast.ts b/services/podcast.ts index e80c2e0..2518b11 100644 --- a/services/podcast.ts +++ b/services/podcast.ts @@ -27,7 +27,7 @@ export async function updatePodcastRSS() { itemsXml += ` <![CDATA[${ep.title}]]> - /g, "]]>")}]]> + /g, "]]>").replace(/&/g, "&")}]]> ${channelAuthor} ${channelCategories} ${channelLanguage}