diff --git a/public/home/search.js b/public/home/search.js index 01e2167c0..d3ff5a103 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -475,7 +475,7 @@ function displayRepoResult(page,jsonResult,onlyReturnNum,keyword){ } html += "
"; html += "
"; - html += " " + recordMap["owner_name"] +" / " + recordMap["name"] + ""; + html += " " + recordMap["owner_name"] +" / " + recordMap["name"] + ""; html +=" "; html +="
"; html += "
"; diff --git a/templates/explore/search_new.tmpl b/templates/explore/search_new.tmpl index 8063813cc..9f4fcd712 100644 --- a/templates/explore/search_new.tmpl +++ b/templates/explore/search_new.tmpl @@ -4,15 +4,13 @@
-
-
-
+
+
-