From 01e6c61301e7dfe16458401503a5cbb2428bb807 Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 3 Mar 2022 11:02:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/home/search.js b/public/home/search.js index 3f3137f03..a590384a5 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -468,7 +468,7 @@ function displayRepoResult(page,jsonResult,onlyReturnNum,keyword){ if(!isEmpty(recordMap["topics"]) && recordMap["topics"] !="null"){ for(var j = 0; j < recordMap["topics"].length;j++){ //function searchLabel(tableName,keyword,sortBy="",ascending=false) - html +="
"+ recordMap["topics"][j] + "
"; + html +="
"+ recordMap["hightTopics"][j] + "
"; } } html +=" ";