diff --git a/core/modules/widgets/transclude.js b/core/modules/widgets/transclude.js index 18570036f..ff4dbf62d 100755 --- a/core/modules/widgets/transclude.js +++ b/core/modules/widgets/transclude.js @@ -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