1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-22 21:22:39 +03:00
Files
apache/docs/error/include/top.html
Erik Abele 7b48ee1840 Added encoding="none" for the ssi-output of REDIRECT_ERROR_NOTES.
This fixes the output of HTML-tags through the above env-var (e.g.
<p> instead of &lt;p&gt;).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96524 13f79535-47bb-0310-9956-ffa450edef68
2002-08-24 22:25:16 +00:00

26 lines
841 B
HTML

<!--#if expr="! $CONTENT_LANGUAGE" -->
<!--#set var="CONTENT_LANGUAGE" value="en" -->
<!--#endif -->
<!--#if expr="! $CHARACTER_ENCODING" -->
<!--#set var="CHARACTER_ENCODING" value="ISO-8859-1" -->
<!--#endif -->
<?xml version="1.0" encoding="<!--#echo encoding="none" var="CHARACTER_ENCODING" -->"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--#echo encoding="none" var="CONTENT_LANGUAGE" -->">
<head>
<title><!--#echo var="TITLE" --></title>
<link rev="made" href="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->" />
<style type="text/css">
<!--
body { color: #000000; background-color: #FFFFFF; }
a:link { color: #0000CC; }
-->
</style>
</head>
<body>
<h1><!--#echo encoding="none" var="TITLE" --></h1>
<dl>
<dd>