From 33a569f6ce5adc309d9c47429f9460f7d7bbba0d Mon Sep 17 00:00:00 2001 From: Myeongjin Date: Thu, 12 May 2016 02:26:13 +0900 Subject: [PATCH] Fix problem when single tiddler is outputed (#2433) --- plugins/tiddlywiki/translators/templates/tid.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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