On Tue, Nov 24, 2009 at 2:09 PM, Markus <[email protected]> wrote:
>
> The goal should be that no if-hacks are needed like this one:
>
> [if whatever]...[if][if whatelse]
> here I need the line break but not that huge white space (see above)
> when whatelse is false[if]

It looks like you are getting exactly what is expected. If you put the
line return outside the [if whatever] [if] then it will appear whether
the condition is passed or not. If you want the line return to only
appear when the condition is met, you need to put it inside the
conditional. It is simply a question of seeing the actual line return.
In your example it is **after** the closing [if].

Though this issue has come up before, I think it is much more a hack,
and even counter-intuitive to extend the conditional to a line break
that follows or precedes the if wrappers. In other words, the if
statement's are behaving very literally, and in my view doing exactly
what they should be doing.

Cheers,
Dan

--

You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.


Reply via email to