diff --git a/base.php b/base.php index ef1b8f1e..2524cd30 100644 --- a/base.php +++ b/base.php @@ -3168,7 +3168,7 @@ function filter($key=NULL,$func=NULL) { **/ protected function build($node) { return preg_replace_callback( - '/\{~(.+?)~\}|\{\*(.+?)\*\}|\{\-(.+?)\-\}|'. + '/\{~(.+?)~\}|\{[\*|\#](.+?)[\*|\#]\}|\{\-(.+?)\-\}|'. '\{\{(.+?)\}\}((\r?\n)*)/s', function($expr) { if ($expr[1])