From 6ee5e35bae1424d8539c6f28e0a8b3af683038a5 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Mon, 6 Jan 2025 18:02:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=85=EB=AC=B4=EC=84=A0=ED=83=9D=20?= =?UTF-8?q?=ED=95=AD=EB=AA=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/include/top.jsp | 2 +- src/main/webapp/WEB-INF/jsp/index.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/include/top.jsp b/src/main/webapp/WEB-INF/jsp/include/top.jsp index 6df89f3..a5ee653 100644 --- a/src/main/webapp/WEB-INF/jsp/include/top.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/top.jsp @@ -120,7 +120,7 @@
  • -
    +
  • diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index 9ba75b9..32a7999 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -419,7 +419,7 @@ var taskNm = ALL_TASK[taskCd]; var radio = ""; - radio += ""; + radio += ""; radio += ""; radio += ""; $("#taskSeCd--Top").append(radio);