From ea0ab6fbac0dc317eb2e81abedbd3855c08a14c5 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 27 Oct 2011 04:38:33 -0700 Subject: poco should now be spec compliant --- include/template_processor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/template_processor.php') diff --git a/include/template_processor.php b/include/template_processor.php index 63d75eaa4..25f7703a2 100644 --- a/include/template_processor.php +++ b/include/template_processor.php @@ -165,17 +165,17 @@ $this->r = $r; $this->search = array(); $this->replace = array(); - + $this->_build_replace($r, ""); #$s = str_replace(array("\n","\r"),array("§n§","§r§"),$s); $s = $this->_build_nodes($s); + $s = preg_replace_callback('/\|\|([0-9]+)\|\|/', array($this, "_replcb_node"), $s); if ($s==Null) $this->_preg_error(); // remove comments block $s = preg_replace('/{#[^#]*#}/', "" , $s); - // replace strings recursively (limit to 10 loops) $os = ""; $count=0; while($os!=$s && $count<10){ -- cgit v1.2.3