Fix character encoding issue

This commit is contained in:
burke.davey
2011-07-12 16:25:45 +00:00
parent c91a909590
commit ab87cf988b
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ function sendToPhone(title, url, msgType, selection, listener) {
'body': data,
'headers': {
'X-Same-Domain': 'true',
'Content-Type': 'application/json'
'Content-Type': 'application/json;charset=UTF-8'
}
});
return;