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/sphone/shopping/convenience.tpl

    r19713 r19785  
    6666                    <tr> 
    6767                        <td id="select_c"><input type="radio" name="convenience" value="<!--{$key}-->" style="<!--{$arrErr.convenience|sfGetErrorColor}-->"></td> 
    68                         <td class="fs12n" id="payment_c"><!--{$item|escape}--></td> 
     68                        <td class="fs12n" id="payment_c"><!--{$item|h}--></td> 
    6969                    </tr> 
    7070                    <!--{/foreach}--> 
Note: See TracChangeset for help on using the changeset viewer.