From 5e0c6702ee088f719c384ba0c2ec5837c52bcd9d Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 12 Jun 2023 13:09:58 +0900 Subject: [PATCH] no message --- src/main/webapp/WEB-INF/jsp/include/taglib.jsp | 2 -- src/main/webapp/WEB-INF/jsp/index.jsp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/include/taglib.jsp b/src/main/webapp/WEB-INF/jsp/include/taglib.jsp index 56095142..1d3fc47b 100644 --- a/src/main/webapp/WEB-INF/jsp/include/taglib.jsp +++ b/src/main/webapp/WEB-INF/jsp/include/taglib.jsp @@ -3,5 +3,3 @@ <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> -<%--<%@ taglib prefix="code" uri="/WEB-INF/tlds/code.tld"%>--%> -<%--<%@ taglib prefix="privacy" uri="/WEB-INF/tlds/privacy.tld"%>--%> diff --git a/src/main/webapp/WEB-INF/jsp/index.jsp b/src/main/webapp/WEB-INF/jsp/index.jsp index c1e26224..0c351aaa 100644 --- a/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/src/main/webapp/WEB-INF/jsp/index.jsp @@ -1,4 +1,4 @@ -<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" isELIgnored="false" session="false"%> +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%> <%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>