mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 13:26:55 +00:00
Fixed default type for unknown typed text blocks
This commit is contained in:
@@ -414,7 +414,7 @@ var rules = [
|
||||
oldNextMatch = w.nextMatch,
|
||||
oldChildren = w.children,
|
||||
oldDependencies = w.dependencies,
|
||||
parseTree = w.store.parseText(mimeType,content);
|
||||
parseTree = w.store.parseText(mimeType,content,{defaultType: "text/plain"});
|
||||
w.output = oldOutput;
|
||||
w.source = oldSource;
|
||||
w.nextMatch = oldNextMatch;
|
||||
|
||||
Reference in New Issue
Block a user