mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Fixed typo
This commit is contained in:
parent
c6add09e54
commit
c0a00f856e
@ -32,7 +32,7 @@ WikifiedViewer.prototype.render = function() {
|
|||||||
parents = parents.slice(0);
|
parents = parents.slice(0);
|
||||||
parents.push(this.tiddler.fields.title);
|
parents.push(this.tiddler.fields.title);
|
||||||
} else {
|
} 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
|
// Clone and execute the parsed wikitext
|
||||||
for(t=0; t<children.length; t++) {
|
for(t=0; t<children.length; t++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user