diff --git a/public/home/search.js b/public/home/search.js index 36dbe47d4..f03362e58 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -476,7 +476,7 @@ function displayRepoResult(page,jsonResult,onlyReturnNum,keyword){ } html += "
"; html += "
"; - html += " " + recordMap["owner_name"] +" / " + recordMap["name"] + ""; + html += " " + recordMap["owner_name"] +" / " + recordMap["alias"] + ""; html +=" "; html +="
"; html += "
";