--- a/web/views/isioc.py Fri May 21 15:02:56 2010 +0200
+++ b/web/views/isioc.py Fri May 21 15:04:29 2010 +0200
@@ -119,7 +119,7 @@
self.w(u'<dcterms:modified>%s</dcterms:modified>'
% entity.modification_date) # XXX format
self.w(u'<!-- FIXME : here be items -->')#entity.isioc_items()
- self.w(u'</sioc:%s>\n' % sioct)
+ self.w(u'</sioc:%s>\n' % isioct)
class SIOCItemView(EntityView):
@@ -156,5 +156,5 @@
self.w(u'</sioc:has_creator>\n')
self.w(u'<!-- FIXME : here be topics -->')#entity.isioc_topics()
self.w(u'<!-- FIXME : here be replies -->')#entity.isioc_replies()
- self.w(u' </sioc:%s>\n' % sioct)
+ self.w(u' </sioc:%s>\n' % isioct)