Fix typo in RDFS URI
authorLaurent Wouters <lwouters@cenotelie.fr>
Tue, 09 Oct 2018 16:24:12 +0200
changeset 12353 e814f2e1059c
parent 12346 b3f45d96a179
child 12355 c703dc95c82e
Fix typo in RDFS URI
cubicweb/web/views/cwuser.py
--- 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)