Ignore:
Timestamp:
2010/12/29 13:10:01 (13 years ago)
Author:
Seasoft
Message:

#862(テンプレート上のエスケープを簡単に)
#628(未使用処理・定義などの削除)

  • Smarty 変数 tpl_start

#879(jQuery の ready イベントと競合する body の onload イベントを使用している)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/system/log.tpl

    r19715 r19785  
    3232    <!--{foreach from=$tpl_ec_log item=line}--> 
    3333        <tr> 
    34             <td class="date"><!--{$line.date|escape}--></td> 
    35             <td class="path"><!--{$line.path|escape}--></td> 
    36             <td class="body"><!--{$line.body|escape|nl2br}--></td> 
     34            <td class="date"><!--{$line.date|h}--></td> 
     35            <td class="path"><!--{$line.path|h}--></td> 
     36            <td class="body"><!--{$line.body|h|nl2br}--></td> 
    3737        </tr> 
    3838    <!--{/foreach}--> 
Note: See TracChangeset for help on using the changeset viewer.