Try this:
<$list filter="[is[current]]">
|!Street |{{!!street}} |
</$list>
The difference is the extra linebreak, which switches the witext parser to
block mode, so it can render the table.
I think your production list will be different so may be you may find the
following info useful.
try:
<$list filter="[is[current]]">
<$transclude tiddler="template" mode=block/>
</$list>
Create a tiddler named: template
|!Street |<$view field=street/> |
see: http://tiddlywiki.com/#ViewWidget:ViewWidget%20TranscludeWidget
have fun!
mario
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/3e725bf5-c1d1-4cdc-9a37-96e44ce5c1c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.