Changeset 15834


Ignore:
Timestamp:
2007/09/21 14:36:29 (17 years ago)
Author:
nanasess
Message:

閉じタグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/bloc/cart.tpl

    r15805 r15834  
    66<!--現在のカゴの中ここから--> 
    77  <h2> 
    8     <img src="<!--{$TPL_DIR}-->img/side/title_cartin.jpg" width="166" height="35" alt="現在のカゴの中"> 
     8    <img src="<!--{$TPL_DIR}-->img/side/title_cartin.jpg" width="166" height="35" alt="現在のカゴの中" /> 
    99  </h2> 
    1010  <div id="cartarea"> 
     
    2323    <p class="btn"> 
    2424      <a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/side/button_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/side/button_cartin.gif','button_cartin');"> 
    25         <img src="<!--{$TPL_DIR}-->img/side/button_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin" /> 
     25        <img src="<!--{$TPL_DIR}-->img/side/button_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin" id="button_cartin "/> 
    2626      </a> 
    2727     </p> 
Note: See TracChangeset for help on using the changeset viewer.