mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 21:44:39 +00:00
Fix typo affecting transclusion recursion detection
This commit is contained in:
@@ -62,7 +62,6 @@ TranscludeWidget.prototype.execute = function() {
|
||||
if(parser) {
|
||||
if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {
|
||||
parseTreeNodes = [{type: "text", text: "Recursive transclusion error in transclude widget"}];
|
||||
return;
|
||||
}
|
||||
}
|
||||
// Construct the child widgets
|
||||
|
||||
Reference in New Issue
Block a user