Repository: struts-examples Updated Branches: refs/heads/master 9d0a2f304 -> ffb321fa3
Uses proper case Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/ffb321fa Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/ffb321fa Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/ffb321fa Branch: refs/heads/master Commit: ffb321fa333d1afef93b5674884944e762974094 Parents: 9d0a2f3 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Mon Sep 5 12:15:20 2016 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Mon Sep 5 12:15:20 2016 +0200 ---------------------------------------------------------------------- json/src/main/webapp/consume.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/ffb321fa/json/src/main/webapp/consume.html ---------------------------------------------------------------------- diff --git a/json/src/main/webapp/consume.html b/json/src/main/webapp/consume.html index 6f19177..362933a 100644 --- a/json/src/main/webapp/consume.html +++ b/json/src/main/webapp/consume.html @@ -28,7 +28,7 @@ data: JSON.stringify(params), headers: { Accept: acceptHeader, - "Content-Type": "application/json; charset=utf-8" + "Content-Type": "application/json; charset=UTF-8" }, dataType: 'json' })