diff options
Diffstat (limited to '_rss')
-rw-r--r-- | _rss/comments.xml | 4 | ||||
-rw-r--r-- | _rss/head.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_rss/comments.xml b/_rss/comments.xml index 13d514b..8ebcccd 100644 --- a/_rss/comments.xml +++ b/_rss/comments.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" - xmlns:content="http://purl.org/rss/1.0/modules/content" - xmlns:dc="http://purl.org/dc/elements/1.1"> + xmlns:content="http://purl.org/rss/1.0/modules/content/" + xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>Re: {{fd2rss rss_title}}</title> <link>{{fd_full_url}}</link> diff --git a/_rss/head.xml b/_rss/head.xml index e27fe5e..814236d 100644 --- a/_rss/head.xml +++ b/_rss/head.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" - xmlns:content="http://purl.org/rss/1.0/modules/content" - xmlns:wfw="http://wellformedweb.org/CommentAPI"> + xmlns:content="http://purl.org/rss/1.0/modules/content/" + xmlns:wfw="http://wellformedweb.org/CommentAPI/"> <channel> <title>{{website_title}}</title> <link>{{website_url}}</link> |