Not intentional but yes, that is the case. It can be changed easily
enough by changing line 1540 from

        $out = preg_replace('/\[\[([a-zA-Z]+)\]\]/e', "BOLTgetzones('$1')", 
$out);

to

        $out = preg_replace('/\[\[([-_0-9a-z]+)\]\]/ie', "BOLTgetzones('$1')", 
$out);

probably should do something similar to line 1537. And should snippets
be allowed to have hyphens?  1538.  I don't see any reason not to
expand these patterns...

For next release...

Cheers,
Dan


On Sun, Mar 7, 2010 at 2:59 PM, Markus <[email protected]> wrote:
> When I put
>
> <div id="top123">[[top123]]</div>
>
> in my skin, I get "top123" instead of the page. Is it intentional that
> no numbers are allowed?
>
> 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.
>
>

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