Can anyone tell me what's wrong with this code?
\define tagging() $(currentTiddler)$
<$list filter=[search:title[,]] variable=tagname>
<$checkbox tiddler=<<tagname>> tag=<<tagging>> ></$checkbox> <<tagname>>
</$list>
It should show a list of all tiddlers that have a comma in the Title. With a checkbox you can tag these tiddlers to the currentTiddler. It works fine, only a mess is created at the very bottom of the list.
For example (Ii) Specific-01, (and a few more tiddlers) is displayed a second time (at the bottom) in this way: $:/state/toc/Style/(G)/(Ii)/(Ii) Specific-01,-(CPc) Specific-01,–642288075
What is wrong?