From 9930881e1986d545abbcf62689f6c42f65636a86 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 8 Apr 2012 14:51:24 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.html.js b/builder.html.js index 7d4bece15..38d7db12f 100644 --- a/builder.html.js +++ b/builder.html.js @@ -26,7 +26,7 @@ Builder = { this.id++; this.scriptTag.appendChild( - document.createCDATASection( + document.createTextNode( 'Builder._src_' + this.id + ' = ' + JSON.stringify(data) )); -- 2.39.2