From 2a92079bf18d29ebccc7fc2685809ee0ab10e9c6 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Mon, 2 Oct 2017 13:21:05 +0530 Subject: [PATCH] add doctype to preview html. fixes #204 --- src/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script.js b/src/script.js index 9dda11f..ee1b511 100644 --- a/src/script.js +++ b/src/script.js @@ -954,6 +954,7 @@ globalConsoleContainerEl ); }, ''); var contents = + '\n' + '\n\n' + '\n' + externalCss +