Ignore:
Timestamp:
2011/01/30 17:21:46 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • Smarty タグの不要なスペースを削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/rss/index.tpl

    r20032 r20049  
    3636        <!--{section name=cnt loop=$arrNews}--> 
    3737            <item> 
    38                 <!--{if $arrNews[cnt].news_url == '' }--> 
     38                <!--{if $arrNews[cnt].news_url == ''}--> 
    3939                    <link><!--{$smarty.const.HTTP_URL}--></link> 
    4040                <!--{else}--> 
    4141                    <link><!--{$arrNews[cnt].news_url|h}--></link> 
    4242                <!--{/if}--> 
    43                 <title><!--{ $arrNews[cnt].news_title|sfMbConvertEncoding:$encode|escape }--></title> 
     43                <title><!--{$arrNews[cnt].news_title|sfMbConvertEncoding:$encode|escape}--></title> 
    4444                <description><!--{$arrNews[cnt].news_comment|truncate:256|sfMbConvertEncoding:$encode|h}--></description> 
    4545                <pubDate><!--{$arrNews[cnt].news_date|h}--></pubDate> 
Note: See TracChangeset for help on using the changeset viewer.