mirror of
https://github.com/apache/httpd.git
synced 2025-11-22 21:22:39 +03:00
This fixes the output of HTML-tags through the above env-var (e.g. <p> instead of <p>). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96524 13f79535-47bb-0310-9956-ffa450edef68
26 lines
841 B
HTML
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>
|