Oops. Go to functions.php and change line 508 or so to this:

                $preview = preg_replace('/([\\n]?)\[(form|session)(
(?:"*.?"|\'*.?\'|\[\]|\]\]|=\]|[^\]])*)?\]/', '$1', $preview);

Basically just add the $1 near the end. Actually this may not work
perfectly either, because if you have

!! header
[form]
[session ...]
[text field value]

You'll get two line breaks where in the real display you don't. I'll
have to think about this a bit more. Also Line 509 has a similar
problem, perhaps. Maybe not. I'll tag it to do and try to get it
working perfectly...  For the next release.

Cheers,
Dan


On Thu, Sep 24, 2009 at 8:05 AM, Markus <[email protected]> wrote:
>
> Hi again,
>
> I have the following in a footer page:
>
> [if set {p2}]
> !! Comment
> [form]Your Email Address:
> [text from "{~email}" size=35]
> ...
>
> When previewing there is no line break after "!! Comment". When the
> page is saved the line break works.
>
> Regards, Markus
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to