Index: trunk/zoo-services/hello-js/hello.js
===================================================================
--- trunk/zoo-services/hello-js/hello.js	(revision 80)
+++ trunk/zoo-services/hello-js/hello.js	(revision 82)
@@ -1,5 +1,5 @@
 
 function hellojs(conf,inputs,outputs){
-	outputs[0]["result"]=["value"]="Hello "+inputs[0]["S"]["value"]+" from the JS World !";
+	outputs[0]["result"]["value"]="Hello "+inputs[0]["S"]["value"]+" from the JS World !";
 	//SERVICE_SUCEEDED
 	return Array(3,outputs);
@@ -7,5 +7,5 @@
 
 function hellojs1(conf,inputs,outputs){
-	outputs[0]["result"]["value"]="Hello "+inputs[0]["S"]["value"]+" from the JS World !"];
+	outputs[0]["result"]["value"]="Hello "+inputs[0]["S"]["value"]+" from the JS World !";
 	//SERVICE_SUCEEDED
 	return {"result":3,"outputs": outputs};
