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/mypage/change_complete.tpl

    r19713 r19785  
    2424<!--▼CONTENTS--> 
    2525<div id="mypagecolumn"> 
    26   <h2 class="title"><!--{$tpl_title|escape}--></h2> 
     26  <h2 class="title"><!--{$tpl_title|h}--></h2> 
    2727  <!--{include file=$tpl_navi}--> 
    2828  <div id="mycontentsarea"> 
    29     <h3><!--{$tpl_subtitle|escape}--></h3> 
     29    <h3><!--{$tpl_subtitle|h}--></h3> 
    3030 
    3131    <div id="completetext"> 
Note: See TracChangeset for help on using the changeset viewer.