|
|
@@ -22,7 +22,7 @@
|
|
|
<div id="container" class="container dp">
|
|
|
<div class="breadcrumb">
|
|
|
<ul>
|
|
|
- <li class="bread_home"><a href="index.html">홈</a></li>
|
|
|
+ <li class="bread_home"><a href="javascript:void(0);" onclick="cfnGoToPage(_PAGE_MAIN);">홈</a></li>
|
|
|
<li class="bread_2depth">총알배송</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
@@ -33,7 +33,7 @@
|
|
|
<h3>총알배송</h3>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="cont_body" th:utext="${#strings.replace(#strings.replace(shotHtml.fsrcPc,'&lt;','<'),'&gt;','>')}">
|
|
|
+ <div class="cont_body" th:utext="${#strings.replace(#strings.replace(shotHtml.fsrcPc,'<','<'),'>','>')}">
|
|
|
<div class="bulletship">
|
|
|
<div class="bulletship_head">
|
|
|
<img src="/images/pc/thumb/bullet_bg1.png" alt="10시까지 주문하면 당일도착">
|
|
|
@@ -221,7 +221,7 @@ $(document).ready(function() {
|
|
|
|
|
|
});
|
|
|
/*]]>*/
|
|
|
-</script>
|
|
|
+</script>
|
|
|
|
|
|
</th:block>
|
|
|
|