diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-21 15:00:58 +0100 |
---|---|---|
committer | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-21 15:00:58 +0100 |
commit | ef33fa8684db365888d091a15ef20b330dd29529 (patch) | |
tree | 60719ff36583e755405a2adc9af63adf4ea80661 /include/nms/web.pm | |
parent | de396b689bb2ad8241d19ddf8cb97197e7054bec (diff) | |
parent | 7a1eea87c3cffd208f66e93c04a73e40045f3ef2 (diff) |
Merge branch 'master' of https://github.com/tech-server/tgmanage
Diffstat (limited to 'include/nms/web.pm')
-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"; } |