------------------------------------------------------------
revno: 1089
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Sun 2012-02-12 23:40:29 +0100
message:
markup can contains _
modified:
libs/aiki.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk
Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'libs/aiki.php'
--- libs/aiki.php 2012-01-29 22:37:26 +0000
+++ libs/aiki.php 2012-02-12 22:40:29 +0000
@@ -298,7 +298,7 @@
$delim= "";
$temp ="";
- if ( preg_match ('/\(([a-z]+)\(/U', $string, $temp) ){
+ if ( preg_match ('/\(([a-z_]+)\(/U', $string, $temp) ){
$delim = $temp[1];
$startDelim ="($delim(";
$endDelim =")$delim)";
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp