Re: If and unless

2013-08-05 Thread Matt Benson
Hi, Tom. The examples in the manual are wrong. if/unless:set references a property name as described, but for if/unless:true/blank the attribute value should be the actual value you want to evaluate, e.g. ${has.css.overrides}. Sorry for the trouble! :) Matt On Mon, Aug 5, 2013 at 11:31 AM, T

If and unless

2013-08-05 Thread Tom Cleghorn
Hi, I'm puzzled by the new if and unless functionality - it seems that in 1.9.2, the following, where ${id}.css *does* exist: ...will set $has.css.overrides to 'true' as expected, but the property won't then evaluate as (boolean) true for this: Is this expected behaviour? If I use if:set, th