diff options
| -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";  } | 
