Re: [htmltmpl] Output formatting in the presence of TMPL_IF

2011-02-01 Thread Alex Teslik
On Tue, 1 Feb 2011 15:41:58 +, Roger Burton West wrote > On Tue, Feb 01, 2011 at 05:14:36PM +0200, Offer Kaye wrote: > > >Is there any other solution? > > You've covered the two most usual approaches. Anything else will involve > processing the string you get from the output() function. $htm

Re: [htmltmpl] Output formatting in the presence of TMPL_IF

2011-02-01 Thread Roger Burton West
On Tue, Feb 01, 2011 at 05:14:36PM +0200, Offer Kaye wrote: >Is there any other solution? You've covered the two most usual approaches. Anything else will involve processing the string you get from the output() function. R