dresscode-botex
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -13,5 +13,5 @@ Botex.InlineScript = Bricks.inherit(Botex.Tag, { | ||
}, | ||
content: new String('(' + $.fn.toString() + ').apply(window, ' + JSON.stringify($.args) + ');') | ||
content: new String(('(' + $.fn.toString() + ').apply(window, ' + JSON.stringify($.args) + ');').replace(/<\/script>/g, '<\\u002fscript>')) | ||
}; | ||
} | ||
}); |
{ | ||
"name": "dresscode-botex", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "dresscode-bricks": ">=0.2.13", |
50901