Skip to content

Commit 2ab0f34

Browse files
committed
fix tab
1 parent 21b2af0 commit 2ab0f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/blog/rss.xml/+server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const get_rss = async (posts) => {
3535
<item>
3636
<title>${escapeHTML(post.metadata.title)}</title>
3737
<link>https://svelte.dev/${post.slug}</link>
38-
<author>${escapeHTML(post.metadata.author)}</author>
38+
<author>${escapeHTML(post.metadata.author)}</author>
3939
<description>${escapeHTML(await render_content(post.file, post.body))}</description>
4040
<pubDate>${formatPubdate(/** @type {string} */ (post.file.split('/').pop()).slice(0, 10))}</pubDate>
4141
</item>

0 commit comments

Comments
 (0)