Try doing it like this:

[(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


On Sun, Dec 4, 2011 at 10:37 AM, DrunkenMonk <[email protected]> wrote:
> When I output a search function within a table using template as so:
>
> [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.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "BoltWire" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/boltwire?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to