Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/public/class.dc.template.php

    r351 r341  
    323323          } 
    324324           
    325           if (($node instanceof tplNodeBlock) && !$node->isClosed()) { 
    326                $errors[] = sprintf( 
    327                     __('Did not find closing tag for block <tpl:%s>. Content has been ignored.'), 
    328                     html::escapeHTML($node->getTag())); 
    329           } 
    330            
    331325          $err = ""; 
    332326          if (count($errors) > 0) { 
     
    32423236          $this->closed = true; 
    32433237     } 
    3244      public function isClosed() { 
    3245           return $this->closed; 
    3246      } 
    32473238     public function compile($tpl) { 
    32483239          if ($this->closed) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map