mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
parent
cea963420c
commit
5599f9f933
@ -17,7 +17,7 @@ var HtmlParser = function(type,text,options) {
|
||||
if(options._canonical_uri) {
|
||||
src = options._canonical_uri;
|
||||
} else if(text) {
|
||||
src = "data:text/html," + encodeURIComponent(text);
|
||||
src = "data:text/html;charset=utf-8," + encodeURIComponent(text);
|
||||
}
|
||||
this.tree = [{
|
||||
type: "element",
|
||||
|
Loading…
Reference in New Issue
Block a user