changeset 950 | 8ac01018f499 |
parent 926 | 6d3d693c0ad5 |
child 985 | 6a25c58a1c23 |
--- a/web/views/euser.py Wed Feb 25 09:30:30 2009 +0100 +++ b/web/views/euser.py Wed Feb 25 11:01:27 2009 +0100 @@ -40,7 +40,7 @@ content_type = 'text/xml' def call(self): - self.w('''<?xml version="1.0" encoding="%s"?> + 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:foaf="http://xmlns.com/foaf/0.1/"> '''% self.req.encoding)