interface/lib/classes/tpl.inc.php
@@ -851,8 +851,8 @@ $regex.= '[\"\']?'; $regex.= ')?\s*'; $regex.= '(?:>|\/>|}|-->){1}'; $regex.= '([\r\n|\n|\r])?/ie'; $data = preg_replace($regex,"\$this->_parseTag(array('\\0','\\1','\\2','\\3','\\4','\\5','\\6','\\7','\\8','\\9'));",$data); $regex.= '([\r\n|\n|\r])?/i'; $data = preg_replace_callback($regex, array($this, _parseTag), $data); if ($this->_cache) { // add cache if need be $this->_createCache($data);