Skip to content

Commit ea1dccd

Browse files
committed
1 parent cbe3a3c commit ea1dccd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web-module/src/main/webapp/WEB-INF/jsp/egovframework/com/ext/jstree/support/security/accessdenied.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
1+
<%@ page isELIgnored="false" language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" autoFlush="true"%>
22
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
33
<html>
44
<head>

web-module/src/main/webapp/WEB-INF/jsp/egovframework/com/ext/jstree/support/security/login.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
<html>
1010
<head>
11-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
11+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1212
<title>${title}</title>
1313
<link href='http://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css'>
1414
<style>
1515
16-
/* normalize */
16+
/* normalize */whdud
1717
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
1818
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
1919
ol,ul{list-style:none;margin:0;padding:0;}

0 commit comments

Comments
 (0)