summaryrefslogtreecommitdiffstats
path: root/docs/error/include
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-07-11 21:07:03 +0200
committerJoshua Slive <slive@apache.org>2002-07-11 21:07:03 +0200
commit185ece96ddab77e155c6cd361000d61432809473 (patch)
treeddfc345bfd13aa792cd68470eb100fc482d40e8c /docs/error/include
parentAdd missing argument in CustomLog example. (diff)
downloadapache2-185ece96ddab77e155c6cd361000d61432809473.tar.xz
apache2-185ece96ddab77e155c6cd361000d61432809473.zip
Make internationalized error docs xhtml compliant.
Submitted by: Erik Abele <webmaster@codefaktor.de> Reviewed by: Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/include')
-rw-r--r--docs/error/include/bottom.html28
-rw-r--r--docs/error/include/spacer.html2
-rw-r--r--docs/error/include/top.html29
3 files changed, 34 insertions, 25 deletions
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html
index 72f05678d7..ad44d9c9e3 100644
--- a/docs/error/include/bottom.html
+++ b/docs/error/include/bottom.html
@@ -1,19 +1,19 @@
-</DL><DL><DD>
+</dd></dl><dl><dd>
<!--#include virtual="../contact.html.var" -->
-</DL>
+</dd></dl>
-<H2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></H2>
-<DL>
-<DD>
-<ADDRESS>
- <A HREF="/"><!--#echo encoding="none" var="SERVER_NAME" --></A>
- <BR>
+<h2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></h2>
+<dl>
+<dd>
+<address>
+ <a href="/"><!--#echo encoding="none" var="SERVER_NAME" --></a>
+ <br />
<!--#config timefmt="%c" -->
<small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
- <BR>
-
+ <br />
<small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
-</ADDRESS>
-</DL>
-</BODY>
-</HTML>
+</address>
+</dd>
+</dl>
+</body>
+</html>
diff --git a/docs/error/include/spacer.html b/docs/error/include/spacer.html
index 70c5b25f4a..d8f5c2b4d6 100644
--- a/docs/error/include/spacer.html
+++ b/docs/error/include/spacer.html
@@ -1 +1 @@
-</DL><DL><DD>
+</dd></dl><dl><dd>
diff --git a/docs/error/include/top.html b/docs/error/include/top.html
index 3f8399d349..d49a323d54 100644
--- a/docs/error/include/top.html
+++ b/docs/error/include/top.html
@@ -1,11 +1,20 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
-<TITLE><!--#echo var="TITLE" --></TITLE>
-<LINK REV="made" HREF="mailto:<!--#echo encoding="none" var="SERVER_ADMIN" -->">
-</HEAD>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!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="en">
+<head>
+<title><!--#echo var="TITLE" --></title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<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 BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000CC">
-<H1><!--#echo encoding="none" var="TITLE" --></H1>
-<DL>
-<DD>
+<body>
+<h1><!--#echo encoding="none" var="TITLE" --></h1>
+<dl>
+<dd>