Ticket #2154 (closed バグ指摘: 既出)
スマートフォン> 商品詳細のレビュー投稿リンクのタグの閉じ間違い
| Reported by: | shutta | Owned by: | shutta |
|---|---|---|---|
| Priority: | 低 | Milestone: | EC-CUBE2.13.0 |
| Component: | フロント | Version: | 2.12.3 |
| Keywords: | Cc: | ||
| 修正済み: | no |
Description
コミュニティにて下記投稿あり。
スマホ商品詳細でレビューの<a>タグミス
http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=12215&forum=8
軽微な修正です。
2.12.3で確認致しました。
/data/Smarty/templates/sphone/products/detail.tpl
362行目
<div id="review_bloc_area">
<div class="review_bloc clearfix">
<p>この商品に対するご感想をぜひお寄せください。</p>
<div class="review_btn">
<!--{if count($arrReview) < $smarty.const.REVIEW_REGIST_MAX}-->
<!--★新規コメントを書き込む★-->
<a href="./review.php?product_id=<!--{$arrProduct.product_id}-->" target="_blank" class="btn_sub" />新規コメントを書き込む</a>
<!--{/if}-->
</div>
</div>
赤字部分でリンクが間違って閉じています。
既出ならすみません。
コミッターの方よろしくお願いいたします。
Change History
Note: See
TracTickets for help on using
tickets.
