Skip to content

Commit 096a23f

Browse files
committed
replace </head> matched by regex
1 parent ab86ac8 commit 096a23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exports.Server = function Server(bsClient, workers) {
9595
patch += "<script type='text/javascript' src='/_patch/" + script + "'></script>\n";
9696
});
9797
}
98-
patch += "</body>";
98+
patch += "</head>";
9999

100100
file = file.replace(matcher, patch);
101101
}

0 commit comments

Comments
 (0)