--- a/cubicweb/web/views/cwuser.py Thu Aug 16 12:31:44 2018 +0200
+++ b/cubicweb/web/views/cwuser.py Tue Oct 09 16:24:12 2018 +0200
@@ -65,7 +65,7 @@
def call(self):
self.w(u'''<?xml version="1.0" encoding="%s"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:rdfs="http://www.w3org/2000/01/rdf-schema#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"> ''' % self._cw.encoding)
for i in range(self.cw_rset.rowcount):
self.cell_call(i, 0)