Ignore:
Timestamp:
2012/05/14 00:54:43 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_Transform.php

    r21807 r21829  
    6565            SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', true, 'テンプレートの文字コードがUTF-8ではありません'); 
    6666        } 
    67          
     67 
    6868        // Smartyのコメントを削除 
    6969        $source = preg_replace( 
     
    113113            $source = '<meta http-equiv="content-type" content="text/html; charset=UTF-8" /><html><body><!--TemplateTransformer start-->'.$source.'<!--TemplateTransformer end--></body></html>'; 
    114114        } 
    115          
     115 
    116116        @$this->objDOM->loadHTML($source); 
    117117        $this->lfScanChild($this->objDOM); 
Note: See TracChangeset for help on using the changeset viewer.