From aaacb56f453299993545e66e5ed91a41e3a9854a Mon Sep 17 00:00:00 2001
From: 阿达 <abel.wang@yoho.cn>
Date: Tue, 7 Jun 2016 20:06:23 +0800
Subject: [PATCH] fix bug

---
 template/m.yohobuy.com/actions/category/brand/search.phtml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/template/m.yohobuy.com/actions/category/brand/search.phtml b/template/m.yohobuy.com/actions/category/brand/search.phtml
index 760019a..da3d85d 100644
--- a/template/m.yohobuy.com/actions/category/brand/search.phtml
+++ b/template/m.yohobuy.com/actions/category/brand/search.phtml
@@ -42,11 +42,11 @@
             <div class="hot-search">
                 <h3><span class="iconfont">&#xe64b;</span>热门搜索</h3>
                     <ul class="hot clearfix">
-                        <li>
-                            {{# hot}}
+                        {{# hot}}
+                            <li>
                                 <a href="{{url}}" brandName="{{name}}"">{{name}}</a>
-                            {{/ hot}}
-                        </li>
+                            </li>
+                        {{/ hot}}
                     </ul>
             </div>
         {{/if}}
--
libgit2 0.24.0