fix atom link #10

Merged
ben merged 1 commits from ideclon/bashblog:rss_invalid_xml into master 2022-12-22 21:33:49 +00:00
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -826,7 +826,7 @@ make_rss() {
echo "<description>$global_description</description><language>en</language>"
echo "<lastBuildDate>$pubdate</lastBuildDate>"
echo "<pubDate>$pubdate</pubDate>"
echo "<atom:link href=\"$global_url/$blog_feed\" rel=\"self\" type=\"application/rss+xml\">"
echo "<atom:link href=\"$global_url/$blog_feed\" rel=\"self\" type=\"application/rss+xml\" />"
n=0
while IFS='' read -r i; do