mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 18:16:19 +02:00
add charset utf8 in preview html. fixes #173
This commit is contained in:
@ -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' +
|
||||||
|
Reference in New Issue
Block a user