Hi,

it looks a bit dodgy to me, that
<TMPL_IF EXPR="(foo eq 'bar') || (foo eq 'bar2')">
works well but
<TMPL_IF EXPR="(foo eq 'bar') || (foo eq 'bar2') || (foo eq 'bar3')">
has to be written as
<TMPL_IF EXPR="((foo eq 'bar') || (foo eq 'bar2')) || (foo eq 'bar3')">
to get it working.
Is that a known bug or meant to be as a feature? :)

Cheers, Tom
-- 
Play Rogue, visit exotic locations, meet strange creatures and kill
them.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to