mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 10:58:01 +00:00
Fixed typo
This commit is contained in:
@@ -32,7 +32,7 @@ WikifiedViewer.prototype.render = function() {
|
||||
parents = parents.slice(0);
|
||||
parents.push(this.tiddler.fields.title);
|
||||
} else {
|
||||
children = this.viewMacro.wiki.parseText("text/x-tiddlywiki",value).tree;
|
||||
children = this.viewMacro.wiki.parseText("text/x-tiddlywiki",this.value).tree;
|
||||
}
|
||||
// Clone and execute the parsed wikitext
|
||||
for(t=0; t<children.length; t++) {
|
||||
|
Reference in New Issue
Block a user