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:
parent
935cab5314
commit
aa1108919e
@ -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' +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user