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;