summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-05-12 22:58:58 +0200
committerLeif Johansson <leifj@sunet.se>2011-05-12 22:58:58 +0200
commit89a6dc2ed00904fc2cb55c0663517236e04b9008 (patch)
tree45d7cd3938235f7a88582fda4d754f5838f63e14
parent4f49f3d6f597979523e0ed96b41b55c70a4594cd (diff)
buggy xml
-rw-r--r--src/templates/apps/room/atom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/templates/apps/room/atom.xml b/src/templates/apps/room/atom.xml
index 91990ca..eab8dc7 100644
--- a/src/templates/apps/room/atom.xml
+++ b/src/templates/apps/room/atom.xml
@@ -2,8 +2,7 @@
{% load prefix %}
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{title}}</title>
- <summary>{{description}}</summary>
- <updated>{{date}}/updated>
+ <updated>{{date}}</updated>
<link rel="self" href="{{baseurl}}/room/+{{tags}}.atom"/>
<link href="{{baseurl}}/room/+{{tags}}"/>
{% if rooms %}