diff --git a/public/home/home.js b/public/home/home.js index ced4b6a9c..6c864d013 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -313,10 +313,10 @@ function displayRepo(json){ html += "" + topic + ""; } } - html += "
"; - html += "
"; - html += "
"; - html += "
"; + html += "
"; + html += "
"; + html += "
"; + html += "
"; } } orgRepo.innerHTML = html;