diff --git a/lib/webshot.phantom.js b/lib/webshot.phantom.js index 7147cdb..99583df 100644 --- a/lib/webshot.phantom.js +++ b/lib/webshot.phantom.js @@ -5,7 +5,7 @@ var system = require('system') // Read in arguments var options = JSON.parse(system.args[1]); -var site = options.site; +var site = options.site.replace(/%26/g, '&'); // options.site; var path = options.path; var streaming = options.streaming;