Changeset 17640


Ignore:
Timestamp:
2008/10/01 12:43:38 (16 years ago)
Author:
nakanishi
Message:

エスケープ漏れを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/products/review.tpl

    r17605 r17640  
    2929      「<span class="attention">※</span>」印は入力必須項目です。<br /> 
    3030       ご入力後、一番下の「確認ページへ」ボタンをクリックしてください。</p> 
    31         <form name="form1" method="post" action="?"> 
     31        <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    3232        <input type="hidden" name="mode" value="confirm" /> 
    3333        <input type="hidden" name="product_id" value="<!--{$arrForm.product_id}-->" /> 
Note: See TracChangeset for help on using the changeset viewer.