diff --git a/plugins/tiddlywiki/translators/templates/tid.tid b/plugins/tiddlywiki/translators/templates/tid.tid index 7fde58ac4..55aee6602 100644 --- a/plugins/tiddlywiki/translators/templates/tid.tid +++ b/plugins/tiddlywiki/translators/templates/tid.tid @@ -3,6 +3,6 @@ title: $:/plugins/tiddlywiki/translators/templates/tid \define generateTid(title) title: $title$ -<$list filter="""[[$title$]is[tiddler]]"""><$transclude tiddler="""$title$"""/> +<$list filter="""[[$title$]is[tiddler]]"""><$text text={{$title$}}/> \end <$macrocall $name="generateTid" title=<>/> \ No newline at end of file