2009/10/10 UKDutyPaid <[email protected]>: > > Lol, 1093 in engine.php is $out = boltloadpage($link) . "\n\n"; > > I have changed to $out = boltloadpage($link); on my site ;-)
I think adding a single newline may be better: $out = boltloadpage($link) . "\n"; then follow the last paragraph on a page with an extra line, which will assure it is enclosed by <p> </p> tags, same as for all paragraphs. Adding two newlines at the end of a zone is confusing and messes up some zone spacing. For instance there was an extra space below the top menu, before logging on, but not after logging on. Probably due to some newline space due to using [if] conditionals. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
