That is a little quirky... I'll look into it more. But the problem is there's no closing [if]
Unlike PmWiki, a new if does not close an existing if/if-else. You have to manually close each one. I just fixed the page http://www.boltwire.com/index.php?p=test.linebreak_test Cheers, Dan P.S. The [if ! (! login)] is actually the first step BoltWire takes in trying to render the [else] tag. But it can't take the final step without the closing [if]. On Fri, Feb 20, 2009 at 7:05 AM, Hans <[email protected]> wrote: > > 2009/2/20 The Editor <[email protected]>: >> >> On Fri, Feb 20, 2009 at 5:29 AM, Hans <[email protected]> wrote: >>> >>> Have you looked at http://www.boltwire.com/index.php?p=test.linebreak_test >>> >>> This morning going there first, not logged in, I see >>> >>> (bullet) login >>> (bullet) register >>> [if ! (! login)]* view >>> (bullet) createsearch >>> (bullet) print >> >> The conditional may be showing up because there is not a closing [if]. >> >> I didn't remember being able to use parenthesis like this in >> conditionals--but evidently you can. Just tested on a simpler case. >> Regardless, should be equivalent to [if login] > > The markup used is [if ! login], it renders as plain text string '[if > ! (! login)]'. > > See http://www.boltwire.com/index.php?p=test.conditonals_and_linebreaks > > (view and look at source) > > ~Hans > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
