We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cd0f3 commit 836d406Copy full SHA for 836d406
lib/server.js
@@ -60,7 +60,7 @@ exports.Server = function Server(bsClient, workers) {
60
}
61
62
if (mimeType === 'text/html') {
63
- var matcher = /(.*)<\/body>/;
+ var matcher = /(.*)<\/head>/;
64
var patch = "$1";
65
scripts.forEach(function (script) {
66
patch += "<script type='text/javascript' src='/_patch/" + script + "'></script>\n";
0 commit comments