Yes, but technically, BoltWire is now supposed to be adding two line
returns to the end of each zone. So you should get it automatically.
I just checked and something is not right. I'll look into it some
more. We had it working I thought a release or two back...
Cheers,
Dan
P.S. Yep, it either got broke, or was never fixed right. Maybe why no
one reported any problems! :) There is a line in engine.php 762 that
looks like
$content = $content . "\n\n";
It needs to be changed to this:
if ($zone != '' && $zone != 'SKIN') $out = $out . "\n\n";
This should fix it so the last line will get paragraphed with or
without two ending line returns. Please check to make sure it works ok
for you.
On Sun, Nov 1, 2009 at 6:24 PM, Markus <[email protected]> wrote:
>
> So I have to end pages with two empty lines if I don't want to have
> <br />'s instead of <p>'s?
>
> On Nov 1, 10:26 pm, The Editor <[email protected]> wrote:
>> On Sun, Nov 1, 2009 at 5:10 PM, Markus <[email protected]> wrote:
>>
>> >> 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.
>>
>> > Below the second bla bla was just an empty line and then the page end.
>> > I thought an empty line would make the above paragraph a paragraph and
>> > not a line with <br /> at the end.
>>
>> Yeah, it takes two line returns to trigger the paragraph tag. But it
>> should be done automatically by the zone handling. That's kind of
>> strange... Unless it is inside an html or markup or code tag.
>> Something like that...
>>
>> 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
-~----------~----~----~----~------~----~------~--~---