> I think there may be some confusion here. The [if]statement does not > output a line break, the problem is that you have a line break outside > the [if] statement.
I'm not sure right now, but I think BoltWire substitutes the [if] content with an empty string when the condition is false. I supposed that string would create an empty line that would be substituted with a <br /> or < p/> in a next markup step. At least that way I explained some layouts problems. > If you do not like the way the code looks in the solution, may I > suggest you use the escape character to remove the line break? It is > what i usually do: > > [if ingroup foo] > * Menu Item 1 > * Menu Item 2[if]` Good idea, thanks! Thinking again about this issue, It seems [if] works logically, because the problematic end of line is outside. I think you are right. Cheers, Marcos -- http://alinome.net --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
