# HG changeset patch # User Nicolas Chauvat # Date 1580590803 -3600 # Node ID fa39f3305911839eafa671a24b430d4006143bc9 # Parent 96af8cdcdc7d5c1d6c87726e42e8b87e478afcd0 [web/views/cwuser] fix encoding of FoafView to application/rdf+xml diff -r 96af8cdcdc7d -r fa39f3305911 cubicweb/web/views/cwuser.py --- a/cubicweb/web/views/cwuser.py Fri Jan 31 17:24:45 2020 +0100 +++ b/cubicweb/web/views/cwuser.py Sat Feb 01 22:00:03 2020 +0100 @@ -57,7 +57,7 @@ title = _('foaf') templatable = False - content_type = 'text/xml' + content_type = 'application/rdf+xml' def call(self): self.w(u'''