On Sun, Nov 1, 2009 at 5:07 AM, Markus <[email protected]> wrote: > > And partly related: > > bla bla > //empty line > bla bla > //empty line > > produces: > > <p>bla bla</p> > bla bla<br /> > > instead of: > <p>bla bla</p> > <p>bla bla</p>
What is below the second bla bla? If it is the end of the page or there is anything eating a line, it won't work. You will need the second line return. 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 -~----------~----~----~----~------~----~------~--~---
