Fix typo in RDFS URI 3.26
authorLaurent Wouters <lwouters@cenotelie.fr>
Tue, 09 Oct 2018 16:24:12 +0200
branch3.26
changeset 12431 a570191d67b0
parent 12430 5b6f54f6033a
child 12432 2fcb53ee5178
Fix typo in RDFS URI
cubicweb/web/views/cwuser.py
--- a/cubicweb/web/views/cwuser.py	Tue Apr 24 10:19:42 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)