[t]
[(search group=agroup template="[r][c]a template")]
[t]
I get a bunch of <br> tags above the resulting table.
This does not happen when using fmt.
These appear to be added when BOLTdisplayTemplate calls BOLTvspace.
I need to use template because fmt does not handle {+::pagevar}
markup. I am not sure if this is intended or not.
[(search group=agroup template="mytemplate")]
/*
[[#mytemplate]]
[(template first)][t]
[(template each)][r][c]a template
[(template last)][t]
[[#end]]
*/
You can use inline templates like you did, but for vspacing to handle
table rows like that, the whole table needs to be in the template.
Cheers,
Dan
> --
> You received this message because you are subscribed to the Google Groups "BoltWire" group.
> To post to this group, send email to bolt...@googlegroups.com.
> To unsubscribe from this group, send email to boltwire+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
>
I usually move the templates out when I'm done messing around anyway.