This is really weird:

This works, despite (because of?) the lack of a closing ">" on the first 
line:

<$vars field-name="design" 
<$list filter="[title<currentTiddler>!<field-name>[]]">
<div class="h2"><<field-name>>:</div>
<div class="text"><$transclude mode="block" field=<<field-name>>/></div>
</$list>
</$vars>


But this doesn't:

<$vars field-name="design">
<$list filter="[title<currentTiddler>!<field-name>[]]">
<div class="h2"><<field-name>>:</div>
<div class="text"><$transclude mode="block" field=<<field-name>>/></div>
</$list>
</$vars>

Thoughts?

//steve.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a0682d5c-cd86-4259-92ce-a34fe9a8e976%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to