From 4a551fc73bd4c86f43aa68c0aab8d1dbeae46836 Mon Sep 17 00:00:00 2001
From: fs-danaus <danaus314@qq.com>
Date: 星期五, 05 八月 2022 16:21:37 +0800
Subject: [PATCH] 去除页面DOCTYPE标签中PUBLIC内容

---
 WebRoot/403.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebRoot/403.jsp b/WebRoot/403.jsp
index fede579..6da64b4 100644
--- a/WebRoot/403.jsp
+++ b/WebRoot/403.jsp
@@ -1,6 +1,6 @@
 锘�<%@ page language="java" contentType="text/html; charset=UTF-8"
     pageEncoding="UTF-8"%>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+<!DOCTYPE html >
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

--
Gitblit v1.8.0