branch | tls-sprint |
changeset 822 | e3d8db01f3f5 |
parent 791 | 00f7f6adcf91 |
child 985 | 6a25c58a1c23 |
--- a/web/views/euser.py Wed Feb 18 17:27:08 2009 +0100 +++ b/web/views/euser.py Wed Feb 18 18:06:41 2009 +0100 @@ -59,7 +59,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)