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/default/bloc/news.tpl

    r19697 r19785  
    3939                        <!--{/if}--> 
    4040                    > 
    41                         <!--{$arrNews[data].news_title|escape|nl2br}--></a><br /> 
    42                     <!--{$arrNews[data].news_comment|escape|nl2br}--> 
     41                        <!--{$arrNews[data].news_title|h|nl2br}--></a><br /> 
     42                    <!--{$arrNews[data].news_comment|h|nl2br}--> 
    4343                 </dd> 
    4444            </dl> 
Note: See TracChangeset for help on using the changeset viewer.