This commit is contained in:
Gnieark 2018-03-19 21:13:26 +01:00
parent e705cfceb9
commit 132f169963

View File

@ -86,13 +86,14 @@ class TplBlock {
$out.=$bloc->apply_tpl_str( $m[1] , $prefix . $blocName , $trim ); $out.=$bloc->apply_tpl_str( $m[1] , $prefix . $blocName , $trim );
} }
return $out; return $out;
} },
,$str $str
); );
} }
//delete unused blocs //delete unused blocs
//to do // TODO
if($trim){ if($trim){
return trim($str,"\n"); return trim($str,"\n");