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

diff --git a/WebRoot/general/alipay/return_url.jsp b/WebRoot/general/alipay/return_url.jsp
index 87aeead..ddc8292 100644
--- a/WebRoot/general/alipay/return_url.jsp
+++ b/WebRoot/general/alipay/return_url.jsp
@@ -1,7 +1,7 @@
 <%@page import="com.sun.java.swing.plaf.windows.resources.windows"%>
 <%@page import="com.sun.xml.internal.bind.v2.runtime.Location"%>
 <%@ page language="java" contentType="text/html; charset=utf-8"	pageEncoding="utf-8"%>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html  >
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

--
Gitblit v1.8.0