Changeset 20832


Ignore:
Timestamp:
2011/04/13 01:09:25 (13 years ago)
Author:
shutta
Message:

refs #1219 (商品管理>商品登録確認画面の商品カテゴリにstrip修飾子は不要だと思う)
不要なstrip修飾子を削除した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/admin/products/confirm.tpl

    r20764 r20832  
    5757            <!--{section name=cnt loop=$arrForm.arrCategoryId}--> 
    5858                <!--{assign var=key value=$arrForm.arrCategoryId[cnt]}--> 
    59                 <!--{$arrCatList[$key]|strip|sfTrim}--><br /> 
     59                <!--{$arrCatList[$key]|sfTrim}--><br /> 
    6060            <!--{/section}--> 
    6161            </td> 
Note: See TracChangeset for help on using the changeset viewer.