1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-23 22:53:18 +01:00

add charset utf8 in preview html. fixes #173

This commit is contained in:
Kushagra Gour 2017-09-01 09:48:26 +05:30
parent 935cab5314
commit aa1108919e

View File

@ -924,6 +924,7 @@ customEditorFontInput
}, ''); }, '');
var contents = var contents =
'<html>\n<head>\n' + '<html>\n<head>\n' +
'<meta charset="UTF-8" />\n' +
externalCss + externalCss +
'\n' + '\n' +
'<style id="webmakerstyle">\n' + '<style id="webmakerstyle">\n' +