From 3836e430fcd880be30bcba6f0d5f2fc22e9e6c82 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Wed, 12 Apr 2023 13:41:25 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=94=94=EB=A0=89=ED=86=A0=EB=A6=AC?= =?UTF-8?q?=20=EA=B2=BD=EB=A1=9C=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/framework/biz/cmm/XitMain2.jsp | 2 +- .../jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp | 2 +- src/main/webapp/resources/biz/layout/{ => css}/dashboard.css | 0 src/main/webapp/resources/biz/layout/{ => css}/root.css | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename src/main/webapp/resources/biz/layout/{ => css}/dashboard.css (100%) rename src/main/webapp/resources/biz/layout/{ => css}/root.css (100%) diff --git a/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp b/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp index 9c91672e..81c991ed 100644 --- a/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp +++ b/src/main/webapp/WEB-INF/jsp/framework/biz/cmm/XitMain2.jsp @@ -5,7 +5,7 @@ <%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> - + diff --git a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp b/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp index 89dbdcf8..fcf13ddb 100644 --- a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp @@ -9,7 +9,7 @@ <%@include file="/WEB-INF/jsp/framework/frameworkIncludeBase.jsp" %> - + diff --git a/src/main/webapp/resources/biz/layout/dashboard.css b/src/main/webapp/resources/biz/layout/css/dashboard.css similarity index 100% rename from src/main/webapp/resources/biz/layout/dashboard.css rename to src/main/webapp/resources/biz/layout/css/dashboard.css diff --git a/src/main/webapp/resources/biz/layout/root.css b/src/main/webapp/resources/biz/layout/css/root.css similarity index 100% rename from src/main/webapp/resources/biz/layout/root.css rename to src/main/webapp/resources/biz/layout/css/root.css