kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
cea963420c
commit
5599f9f933
|
@ -17,7 +17,7 @@ var HtmlParser = function(type,text,options) {
|
||||||
if(options._canonical_uri) {
|
if(options._canonical_uri) {
|
||||||
src = options._canonical_uri;
|
src = options._canonical_uri;
|
||||||
} else if(text) {
|
} else if(text) {
|
||||||
src = "data:text/html," + encodeURIComponent(text);
|
src = "data:text/html;charset=utf-8," + encodeURIComponent(text);
|
||||||
}
|
}
|
||||||
this.tree = [{
|
this.tree = [{
|
||||||
type: "element",
|
type: "element",
|
||||||
|
|
Ładowanie…
Reference in New Issue