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/500.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebRoot/500.jsp b/WebRoot/500.jsp
index 0dfaeae..1bc41ab 100644
--- a/WebRoot/500.jsp
+++ b/WebRoot/500.jsp
@@ -1,5 +1,5 @@
 <%@ page contentType="text/html;charset=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