action.changes

1 view
Skip to first unread message

Markus

unread,
Jun 24, 2009, 10:17:47 AM6/24/09
to BoltWire
Hi everybody,

This is not an urgent issue. Dan won't have to stop his well deserved
trip... ;)

On action.changes there should be an empty line added at the bottom.
Otherwise the comment will be displayed on the page.

That's it. Have a nice week!

Markus

The Editor

unread,
Jul 31, 2009, 9:07:23 AM7/31/09
to bolt...@googlegroups.com
Sorry for the long delay in this. I've looked into this some and
discovered the problem is with the markup pattern. Evidently I had
modified the pattern some to back to this:

'/\/\*(.*?)\*\/[^\/]/s'

The last little part of it was so you could do //**bold italics**//
and get the right output. But unfortunately this requires at least one
character after the end. So a space or return works fine. But it is
better to change the pattern to this:

'/\/\*(.*?)\*\/([^\/]|$)/s'

Give it a whirl if you like and report any problems with this. My
plans are to put this in the next release. Maybe out later today...

Cheers,
Dan
Reply all
Reply to author
Forward
0 new messages