From 710c1d89a2498723240cd90109f9658eba8984e0 Mon Sep 17 00:00:00 2001 From: zouap Date: Thu, 30 Dec 2021 09:34:21 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;