Thats a bit annoying, but I suppose it's a viable workaround. I usually move the templates out when I'm done messing around anyway.
On Dec 4, 6:08 pm, The Editor <[email protected]> wrote: > 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 > > athttp://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.
