mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
title is already encoded.
PR: 28459 again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="<!--#echo var="CONTENT_LANGUAGE" -->" xml:lang="<!--#echo var="CONTENT_LANGUAGE" -->">
|
||||
<head>
|
||||
<title><!--#echo var="TITLE" --></title>
|
||||
<title><!--#echo encoding="none" var="TITLE" --></title>
|
||||
<link rev="made" href="mailto:<!--#echo encoding="url" var="SERVER_ADMIN" -->" />
|
||||
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
|
||||
body { color: #000000; background-color: #FFFFFF; }
|
||||
@@ -21,4 +21,4 @@
|
||||
|
||||
<body>
|
||||
<h1><!--#echo encoding="none" var="TITLE" --></h1>
|
||||
<p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user