mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-24 22:32:28 -07:00
Fixed typo
This commit is contained in:
parent
c6add09e54
commit
c0a00f856e
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue