diff --git a/core/modules/macros/link.js b/core/modules/macros/link.js index bec49e389..97def2258 100644 --- a/core/modules/macros/link.js +++ b/core/modules/macros/link.js @@ -75,9 +75,9 @@ exports.executeMacro = function() { // Create the link var children; if(linkInfo.suppressLink) { - children = this.cloneContent(); + children = this.content; } else { - children = [$tw.Tree.Element("a",linkInfo.attributes,this.cloneContent())]; + children = [$tw.Tree.Element("a",linkInfo.attributes,this.content)]; } for(var t=0; t