From f7c3376578e45602bb78b0ac56ecc7bfdecf232d Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 30 Dec 2021 09:26:18 +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/home.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/home/home.js b/public/home/home.js index 4f2d3fdea..ced4b6a9c 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -303,7 +303,7 @@ function displayRepo(json){ html += " "; html += " "; html += " " + record["Name"] +""; - html += "
" + record["Description"] + "
"; + html += "
" + record["Description"] + "
"; html += "
" if(record["Topics"] != null){ for(var j = 0; j < record["Topics"].length; j++){ @@ -366,11 +366,11 @@ function displayOrg(json){ html += "
"; html += " " + record["Name"] + " " + record["FullName"]; html += "
" + record["NumRepos"] +" " + getRepoOrOrg(1,isZh) + " ・ " + record["NumMembers"] +" " + getRepoOrOrg(2,isZh) + " ・ " + record["NumTeams"] + " " + getRepoOrOrg(3,isZh) + "
"; - html += "
"; - html += "
"; - html += "
"; - html += "
"; - html += "
"; + html += "
"; + html += "
"; + html += "
"; + html += "
"; + html += "
"; } } orgDiv.innerHTML = html;