Changeset 14393 for branches


Ignore:
Timestamp:
2007/06/07 12:47:43 (17 years ago)
Author:
adati
Message:

スクリプトタグのみ自動でエスケープされるように修正。

Location:
branches/rel/data
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/data/class/SC_View.php

    r12157 r14393  
    4444        $this->_smarty->register_function("sfPrintEbisTag","sfPrintEbisTag"); 
    4545        $this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag"); 
    46          
     46        $this->_smarty->default_modifiers = array('script_escape'); 
     47         
    4748        if(ADMIN_MODE == '1') {      
    4849            $this->time_start = time(); 
Note: See TracChangeset for help on using the changeset viewer.