diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-06-26 20:37:50 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-06-26 20:37:50 -0400 |
commit | e0ff81b48db087cc36e07a97db33e6af9411f64e (patch) | |
tree | 4c3ce69a6eb507a9b23f813fd051451ce6b165aa /templates | |
parent | 0c320f45e84e454aceaf150d51e84b639444e8d5 (diff) | |
download | ikiwiki-e0ff81b48db087cc36e07a97db33e6af9411f64e.tar ikiwiki-e0ff81b48db087cc36e07a97db33e6af9411f64e.tar.gz |
Don't confuse old readers with Atom names in RSS.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/rsspage.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/rsspage.tmpl b/templates/rsspage.tmpl index fec6775c2..45265f265 100644 --- a/templates/rsspage.tmpl +++ b/templates/rsspage.tmpl @@ -1,12 +1,10 @@ <?xml version="1.0"?> <rss version="2.0" - xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" > <channel> <title><TMPL_VAR TITLE></title> <link><TMPL_VAR PAGEURL></link> -<atom:link href="<TMPL_VAR FEEDURL>" rel="self" type="application/rss+xml" /> <TMPL_IF COPYRIGHT> <copyright><TMPL_VAR COPYRIGHT ESCAPE=HTML></copyright> </TMPL_IF> |