mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 18:16:19 +02:00
add doctype to preview html. fixes #204
This commit is contained in:
@ -954,6 +954,7 @@ globalConsoleContainerEl
|
|||||||
);
|
);
|
||||||
}, '');
|
}, '');
|
||||||
var contents =
|
var contents =
|
||||||
|
'<!DOCTYPE html>\n' +
|
||||||
'<html>\n<head>\n' +
|
'<html>\n<head>\n' +
|
||||||
'<meta charset="UTF-8" />\n' +
|
'<meta charset="UTF-8" />\n' +
|
||||||
externalCss +
|
externalCss +
|
||||||
|
Reference in New Issue
Block a user