When I use a line like: !![[page|Some title of a page]] [if !ingroup groupa && !ingroup groupb](GM Only) [if]
The effect is to put a title with after it (GM Only) if the visitor is not in one of the groups. In 3.17, Boltwire is now outputting a <br/> after the <h2></h2> tags causing a spacing issue. If I remove the [if]...[if] statement, it works okay. Can't seem to prevent it from doing that. Tried using ` after the [if] but then it outputs the ` instead of no BR. Would not expect a br after any hX element unless I put an extra line in after it. Example: <h2><a href="some_link" >Title of the Page</a> (GM Only) </h2><br /> When it should output: <h2><a href="some_link" >Title of the Page</a> (GM Only) </h2> Not a big deal but a difference... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
