Re: [htmltmpl] Bug in die_on_bad_params handling
Brought to you by:
samtregar
From: Roger B. W. <ro...@fi...> - 2005-07-07 17:35:57
|
(A work-around, expanding on Mark Fuller's suggestion:) On Thu, Jul 07, 2005 at 02:27:08PM +0200, Matija Grabnar wrote: ><tmpl_loop name="foo"> > <tmpl_var name="bar"> > <tmpl_var name="baz"> ></tmpl_loop> ><tmpl_loop name="foo"> > <tmpl_var name="baz"> <tmpl_if name="bar"></tmpl_if> ></tmpl_loop> R |