diff --git a/core/modules/parsers/binaryparser.js b/core/modules/parsers/binaryparser.js index fb3d38678..520896c55 100644 --- a/core/modules/parsers/binaryparser.js +++ b/core/modules/parsers/binaryparser.js @@ -21,9 +21,9 @@ var BinaryParser = function(type,text,options) { type: "element", tag: "p", children: [{ - type: "transclude", + type: "ubertransclude", attributes: { - tiddler: {type: "string", value: BINARY_WARNING_MESSAGE} + "$tiddler": {type: "string", value: BINARY_WARNING_MESSAGE} } }] }; @@ -36,9 +36,9 @@ var BinaryParser = function(type,text,options) { download: {type: "indirect", textReference: "!!title"} }, children: [{ - type: "transclude", + type: "ubertransclude", attributes: { - tiddler: {type: "string", value: EXPORT_BUTTON_IMAGE} + "$tiddler": {type: "string", value: EXPORT_BUTTON_IMAGE} } }] };