From 0f0a96c4da45fec631339a894748bd7887e75ce9 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 28 Mar 2013 21:29:42 +0000 Subject: [PATCH] Update list widget to transclude block vs. inline correctly --- core/modules/widgets/list/list.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/widgets/list/list.js b/core/modules/widgets/list/list.js index cab303793..db9cc2cc3 100644 --- a/core/modules/widgets/list/list.js +++ b/core/modules/widgets/list/list.js @@ -152,6 +152,7 @@ ListWidget.prototype.createListElementMacro = function(title) { return { type: "element", tag: "$transclude", + isBlock: this.renderer.parseTreeNode.isBlock, attributes: { target: {type: "string", value: title}, template: {type: "string", value: template}