From d5b55e42e6d9450662447c74cd56ac9982b46370 Mon Sep 17 00:00:00 2001 From: OpenIhu Date: Wed, 5 Jan 2022 16:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E9=A1=B9=E7=9B=AE=E9=93=BE=E6=8E=A5=E9=A2=9C=E8=89=B2?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/home/home.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/home/home.js b/public/home/home.js index 39793a29d..807c6a9df 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -428,9 +428,9 @@ function displayOrg(json){ html += "
"; html += "
"; html += " "; - html += "
"; - html += " " + record["Name"] + " " + record["FullName"]; - html += "
" + record["NumRepos"] +" " + getRepoOrOrg(1,isZh) + " ・ " + record["NumMembers"] +" " + getRepoOrOrg(2,isZh) + " ・ " + record["NumTeams"] + " " + getRepoOrOrg(3,isZh) + "
"; + 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 += "
";