$error_msg=' Closing tag '.$this->TagInfo($tag).' does not match
opening tag at current nesting level
('.$this->TagInfo($opening_tag).' opened at line '.$opening_tag['line'].')';
thrownewParserException($error_msg,0,null,$tag);
returnfalse;
}
$o.=$this->Stack[$this->Level]->Close($tag);// DO NOT use $this->Level-- here because it's used inside Close
$this->Level--;
}
}
else{// regular tags - just compile
if(!$tag['is_closing']){
$error_msg='Tag without a handler: '.$this->TagInfo($tag).' - <strong>probably missing <empty <span style="color: red">/</span>> tag closing</strong>';
$this->Application->Debugger->appendHTML('Canging PageCacheKey from "<strong>'.$page->GetOriginalField('PageCacheKey').'</strong>" to "<strong>'.$page_cache_key.'</strong>".');