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/public/template/0/18/index.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebRoot/public/template/0/18/index.jsp b/WebRoot/public/template/0/18/index.jsp
index c877efb..9366092 100644
--- a/WebRoot/public/template/0/18/index.jsp
+++ b/WebRoot/public/template/0/18/index.jsp
@@ -3,7 +3,7 @@
          pageEncoding="UTF-8" %>
 <%@ page trimDirectiveWhitespaces="true" %>
 <%@ include file="dataHead.jsp" %>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >
+<!DOCTYPE html  >
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

--
Gitblit v1.8.0