From 29e2fca2a52eaa8c539145237a468c4c11f2c544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 26 Apr 2025 00:00:35 +0400 Subject: [PATCH] Strict syntax in XML --- feeds.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feeds.ts b/feeds.ts index 36031f4..e81317b 100644 --- a/feeds.ts +++ b/feeds.ts @@ -20,7 +20,7 @@ export async function profileAtomFeed( ${articleId} ${article.title} - + ${isoDate(article.updatedAt)} ${isoDate(article.publishedAt)} ${article.summary} @@ -35,7 +35,7 @@ export async function profileAtomFeed( ${profile.name} on Nostr (Articles) - + ${feedId} ${isoDate(lastUpdate)} ${profile.avatarImageUrl}