Show More
@@ -57,6 +57,6 b' def get_post_sync_data(request, post_id)' | |||||
57 | % (post.global_id, xml_repr) |
|
57 | % (post.global_id, xml_repr) | |
58 |
|
58 | |||
59 | return HttpResponse( |
|
59 | return HttpResponse( | |
60 | content_type='text/plain', |
|
60 | content_type='text/plain; charset=utf-8', | |
61 | content=content, |
|
61 | content=content, | |
62 | ) No newline at end of file |
|
62 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now