On Sat, Feb 28, 2009 at 8:53 PM, Hans <[email protected]> wrote:
>
> I see some issues with not closing divs, and tags showing
>
> Example: source
>
> <div>
> 1234
> </div>
>
> <div>
> 5678
> </div>
> <div>
> 9 10 11
> </div>
>
> displayed as:
>
> 1234
> </div>
> <div>
> 5678
> </div>
> <div>
> 9 10 11
Seems a mistake in my regex pattern. Sorry about that. This seems to
fix it (markups.php ~48)
MarkUp('block', 'styles',
'/(<|<)(div|p|span|box|font)(.*)>([\s\S]+)(<|<)\/\2>/Use',
'BOLTMstyles("$2", "$3", "$4", "$5")'); // <div>
remove ? here
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
-~----------~----~----~----~------~----~------~--~---