Adding <meta charset="utf-8"> to relevant files
Questo commit è contenuto in:
parent
4c4cd05eb1
commit
b2a4f349eb
5 ha cambiato i file con 8 aggiunte e 4 eliminazioni
|
|
@ -122,7 +122,7 @@ Monocle.Env = function () {
|
|||
"width:"+testFrameSize+"px"
|
||||
].join(";");
|
||||
src = "javascript:'<!DOCTYPE html><html>"+
|
||||
'<head><meta name="time" content="'+(new Date()).getTime()+'" />'+
|
||||
'<head><meta charset="utf-8"><meta name="time" content="'+(new Date()).getTime()+'" />'+
|
||||
'<style>div{'+divStyle+'}</style></head>'+
|
||||
'<body>'+pgs.join("")+'</body>'+
|
||||
"</html>'";
|
||||
|
|
|
|||
Caricamento…
Aggiungi tabella
Aggiungi collegamento
Crea riferimento in una nuova segnalazione