mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-23 22:03:19 -07:00
Fix tests
This commit is contained in:
parent
47f80339b2
commit
1841b0fa4f
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ TranscludeWidget.prototype.execute = function() {
|
|||
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
|
||||
parseTreeNodes = [{type: "error", attributes: {
|
||||
"$message": {type: "string", value: $tw.language.getString("Error/RecursiveTransclusion")}
|
||||
}];
|
||||
}}];
|
||||
}
|
||||
}
|
||||
// Construct the child widgets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue