Yea, I had already tried the single & and it does not work. On Fri, Dec 5, 2014 at 11:01 AM, Larry Leszczynski <[email protected]> wrote:
> Actually, that probably only works in a [% PERL %] block... > > On Fri, Dec 5, 2014, at 10:00 AM, Larry Leszczynski wrote: > > Hi Bill - > > > > On Fri, Dec 5, 2014, at 09:56 AM, Bill McCormick wrote: > > > okay, so now the bitwise *and* is giving me problems: > > > > > > <input class="radio" type="radio" name="recipe_type" value="Warmup" [% > > > 'checked="1"' IF 15 && 16 %]/>Warmup > > > > You're doing logical AND, not bitwise AND. You want "15 & 16". > > > > Larry > > > > _______________________________________________ > > templates mailing list > > [email protected] > > http://mail.template-toolkit.org/mailman/listinfo/templates > > _______________________________________________ > templates mailing list > [email protected] > http://mail.template-toolkit.org/mailman/listinfo/templates >
_______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
