Ignore:
Timestamp:
2013/01/29 14:41:44 (11 years ago)
Author:
m_uehara
Message:

#2072 クロスサイトスクリプティング対策

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/admin/order/edit.tpl

    r22456 r22461  
    647647                   type="text" 
    648648                   value="" <!--{if $arrErr[$key1][$shipping_index] != ""}--><!--{sfSetErrorStyle}--><!--{/if}--> /> 
    649             <input type="hidden" name="<!--{$key1}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$key1]|default:""}-->" /> 
    650             <input type="hidden" name="<!--{$key2}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$key2]|default:""}-->" /> 
    651             <input type="hidden" name="<!--{$key3}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$key3]|default:""}-->" /> 
     649            <input type="hidden" name="<!--{$key1}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$key1]|default:""|h}-->" /> 
     650            <input type="hidden" name="<!--{$key2}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$key2]|default:""|h}-->" /> 
     651            <input type="hidden" name="<!--{$key3}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$key3]|default:""|h}-->" /> 
    652652                </td> 
    653653            </tr> 
Note: See TracChangeset for help on using the changeset viewer.