yui3/commit

do not escape Json as if it was html

authorJacco van Ossenbruggen
Fri Sep 5 09:28:42 2014 +0200
committerJacco van Ossenbruggen
Fri Sep 5 09:28:42 2014 +0200
commitcd6cc2f3c3ec201f46f43dbbe15949698ced3129
tree118212edc09ac313f6695ab4fc63dccfce3bc52e
parentf24c2fd6ea54713d05294f6f0b71a312e33f6f4e
Diff style: patch stat
diff --git a/lib/yui3_beta.pl b/lib/yui3_beta.pl
index 25e62d22d2..12ec78435e 100644
--- a/lib/yui3_beta.pl
+++ b/lib/yui3_beta.pl
@@ -209,8 +209,7 @@ yui3_plug(Selector, Plugin, Conf) -->
 	},
 	yui3_select(Selector),
 	html(['.plug(', Plugin, ',']),
-
-	html(Json),
+	html(\[Json]),
 	html(');\n').
 
 :- endif.