Skip to content

Commit 9a18dd6

Browse files
committed
Fix quirks mode
1 parent 4ae7031 commit 9a18dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/helpers/injections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ export const getIndexHTMLBefore = function({ files = {}, includeLog } = {}) {
653653
return html;
654654
};
655655

656-
return `<html>
656+
return `<!DOCTYPE html><html>
657657
<head>
658658
${hideCode({ text: headLibraryJS, isHTML: true })} ${getScriptCode()} </head>
659659
<body>

0 commit comments

Comments
 (0)