diff options
author | Kristian Lyngstol <kly@kly@.no> | 2016-03-21 12:26:19 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly@.no> | 2016-03-21 12:26:19 +0100 |
commit | 0eb9e5b5e2c6f6ac34bc5119f0e4011e0dbf79e6 (patch) | |
tree | 922a19e11f38028c737f90bd25ff0867df96859d /include | |
parent | e2c018a18d972679160220b6cf76fa1a337e0a08 (diff) | |
parent | 7a1eea87c3cffd208f66e93c04a73e40045f3ef2 (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'include')
-rwxr-xr-x | include/nms/web.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nms/web.pm b/include/nms/web.pm index 2a5e132..b36d692 100755 --- a/include/nms/web.pm +++ b/include/nms/web.pm @@ -81,7 +81,7 @@ sub finalize_output { printcc; print "Etag: $hash\n"; - print "Content-Type: text/jso; charset=utf-8\n\n"; + print "Content-Type: text/json; charset=utf-8\n\n"; print JSON::XS::encode_json(\%json); print "\n"; } |