From cd335a366e8b522de1ac0740feaf9d1413c59f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 3 Jun 2025 11:30:11 +0400 Subject: [PATCH] Add XML namespace definition, fix wrong closing tag --- feeds.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feeds.ts b/feeds.ts index ee87e42..802d104 100644 --- a/feeds.ts +++ b/feeds.ts @@ -34,7 +34,7 @@ export async function profileAtomFeed( return ` - + ${profile.name} on Nostr (Articles) @@ -44,7 +44,7 @@ export async function profileAtomFeed( ${profile.name} ${profile.profileUrl} - nostr:${profile.nprofile} + nostr:${profile.nprofile} ${articlesXml}