diff --git a/core/modules/widgets/transclude.js b/core/modules/widgets/transclude.js index d7862d2eb..de8877e86 100755 --- a/core/modules/widgets/transclude.js +++ b/core/modules/widgets/transclude.js @@ -67,6 +67,8 @@ TranscludeWidget.prototype.execute = function() { if(this.recursionMarker === "yes") { this.setVariable("transclusion",recursionMarker); } + // Set 'thisTiddler' + this.setVariable("thisTiddler",this.transcludeTitle); // Check for recursion if(parser) { if(this.parentWidget && this.parentWidget.hasVariable("transclusion",recursionMarker)) {