Commit 3e8c8c2
committed
Bug fixes + add html url as additional script options
* Remove baseHref as an additional html configuration option.
The HTML url can be used instead.
* Minor tweaks + bug fixes.1 parent ;
40+ var baseHref = "<base href='" + opts.url + "'>\n";4141 var styles = opts.dumpCSS ? '<script>' + JSON.stringify(output, null, 4) + '</script>\n' : '';4242 return '<!DOCTYPE html>\n<html><head>\n' + baseHref + styles + header + '\n</head>' + document.body.outerHTML;4343 } else {
0 commit comments