summaryrefslogtreecommitdiff
path: root/src/templates/apps/room
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-05-12 23:26:56 +0200
committerLeif Johansson <leifj@sunet.se>2011-05-12 23:26:56 +0200
commit00aaf95c4d2353d9c1cb68dc7f04b5a4ae1d9224 (patch)
tree53c5656d222d93000c31d9e090e8facbeeee6dc2 /src/templates/apps/room
parentc73412cf74830256002790493556c3f842d013f3 (diff)
hmmm
Diffstat (limited to 'src/templates/apps/room')
-rw-r--r--src/templates/apps/room/atom.xml2
-rw-r--r--src/templates/apps/room/rss2.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/apps/room/atom.xml b/src/templates/apps/room/atom.xml
index 94dee98..17b36dd 100644
--- a/src/templates/apps/room/atom.xml
+++ b/src/templates/apps/room/atom.xml
@@ -3,7 +3,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{title}}</title>
<updated>{{rfc3339_date}}</updated>
- <link rel="self" href="{{baseurl}}/room/+{{tags}}.atom"/>
+ <link rel="self" type="application/atom+xml" href="{{baseurl}}/room/+{{tags}}.atom"/>
<link href="{{baseurl}}/room/+{{tags}}"/>
{% if rooms %}
{% for room in rooms %}
diff --git a/src/templates/apps/room/rss2.xml b/src/templates/apps/room/rss2.xml
index 597f472..24a3189 100644
--- a/src/templates/apps/room/rss2.xml
+++ b/src/templates/apps/room/rss2.xml
@@ -10,7 +10,7 @@
<!-- {{tags}} -->
<lastBuildDate>{{rfc822_date}}</lastBuildDate>
<link>{{baseurl}}/room/+{{tags}}</link>
- <atom:link rel="self" href="{{baseurl}}/room/+{{tags}}.rss"/>
+ <atom:link rel="self" type="application/rss+xml" href="{{baseurl}}/room/+{{tags}}.rss"/>
{% if rooms %}
{% for room in rooms %}
<item>