I just figured out the cause investigating something else. I was
recently persuaded to change this markup rule from

MarkUp('pre', 'nomarkup', '/\/\=(.*?)\=\//se',
"BOLTcharEncode('$1')");  // /=no markup=/

to

MarkUp('pre', 'nomarkup', '/\/\=(.*?)\=\//se', "BOLTcharEncode('$1',
'lines')");  // /=no markup=/

The difference is it inserts the line breaks. While it does look nicer
on the page it really messes with pre-filled text boxes, and possibly
other things. I will revert to the former code in the next release.
Obviously this is something that could be customized if one prefers
the recent change. But seems "nomarkup" should actually mean "no
markup"!

I fixed my code for the BoltWire site, so it should be functional again...

Cheers,
Dan


On Mon, Jan 18, 2010 at 1:37 PM, Kevin <[email protected]> wrote:
> Noticed when submitting a new plugin yesterday using the Create button, that
> the resulting page had <br />'s in it for each blank like like:
>
> <box><br />
> Summary: Brief description of plugin<br />
> Status: Stable/Experimental<br />
> Maintainer: [[~usersname]].<br />
> Downloads: Files to download...<br />
> </box><br />
> <br />
>
> The <br />'s appear to be redundant and make the page confusing to new
> users.
>
> They don't seem to need to be there as you can remove them all and the page
> saves as you would expect it to without them.
>
> Is there a way to suppress them?
>
> Example:
>
> http://boltwire.com/index.php?p=action.solutions.create
>
>
> --
> 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.
>
>

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