Skip to content

Commit

Permalink
Merge pull request #94 from nskun/master
Browse files Browse the repository at this point in the history
pタグの挙動がおかしいのを修正。
  • Loading branch information
ryo-endo authored Oct 26, 2017
2 parents a8fe46e + 392efe2 commit 81bef29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/Smarty/templates/default/cart/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!--{/if}-->
<!--{/if}-->

<p class="totalmoney_area">
<div class="totalmoney_area">
<!--{* カゴの中に商品がある場合にのみ表示 *}-->
<!--{if count($cartKeys) > 1}-->
<span class="attentionSt"><!--{foreach from=$cartKeys item=key name=cartKey}--><!--{$arrProductType[$key]|h}--><!--{if !$smarty.foreach.cartKey.last}--><!--{/if}--><!--{/foreach}-->は同時購入できません。<br />
Expand All @@ -53,7 +53,7 @@
<!--{if strlen($tpl_message) != 0}-->
<p class="attention"><!--{$tpl_message|h|nl2br}--></p>
<!--{/if}-->
</p>
</div>

<!--{if count($cartItems) > 0}-->
<!--{foreach from=$cartKeys item=key}-->
Expand Down

0 comments on commit 81bef29

Please sign in to comment.