fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Redmine locale fix. Some RAL tweaks. Added line numbers to code-mirror.
[redakcja.git]
/
apps
/
api
/
utils.py
diff --git
a/apps/api/utils.py
b/apps/api/utils.py
index
67e8ea5
..
4b004ee
100644
(file)
--- a/
apps/api/utils.py
+++ b/
apps/api/utils.py
@@
-13,8
+13,7
@@
class TextEmitter(Emitter):
return unicode(self.construct())
Emitter.register('text', TextEmitter, 'text/plain; charset=utf-8')
return unicode(self.construct())
Emitter.register('text', TextEmitter, 'text/plain; charset=utf-8')
-Emitter.register('rawxml', TextEmitter, 'application/xml; charset=utf-8')
-
+Emitter.register('rawxml', TextEmitter, 'application/xml; charset=UTF-8')
class DjangoAuth(object):
class DjangoAuth(object):