# HG changeset patch # User Laurent Wouters # Date 1539095052 -7200 # Node ID a570191d67b0fc9ef8da9e76a9f690bd1bb1d1f2 # Parent 5b6f54f6033a378a3ffec8c895b456bb950eb351 Fix typo in RDFS URI diff -r 5b6f54f6033a -r a570191d67b0 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''' ''' % self._cw.encoding) for i in range(self.cw_rset.rowcount): self.cell_call(i, 0)