diff options
| author | Arno Töll <debian@toell.net> | 2012-01-08 22:53:17 +0100 |
|---|---|---|
| committer | Arno Töll <debian@toell.net> | 2012-01-08 22:53:17 +0100 |
| commit | e072a2dd866b7cb9f14319b80326a4e7fd16fcdf (patch) | |
| tree | a49dfc56d94a26011fe157835ff6cbe14edbd8a9 /docs/error/include | |
| parent | 0890390c00801651d08d3794e13b31a5dabbf5ef (diff) | |
| download | apache2-e072a2dd866b7cb9f14319b80326a4e7fd16fcdf.tar.gz | |
Imported Upstream version 2.3.16-beta
Diffstat (limited to 'docs/error/include')
| -rw-r--r-- | docs/error/include/bottom.html | 4 | ||||
| -rw-r--r-- | docs/error/include/top.html | 7 |
2 files changed, 3 insertions, 8 deletions
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html index e8522b6e..971de02b 100644 --- a/docs/error/include/bottom.html +++ b/docs/error/include/bottom.html @@ -6,9 +6,7 @@ <h2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></h2> <address> <a href="/"><!--#echo var="SERVER_NAME" --></a><br /> - <!--#config timefmt="%c" --> - <span><!--#echo var="DATE_LOCAL" --><br /> - <!--#echo var="SERVER_SOFTWARE" --></span> + <span><!--#echo var="SERVER_SOFTWARE" --></span> </address> </body> </html> diff --git a/docs/error/include/top.html b/docs/error/include/top.html index 04b73b51..ae63020e 100644 --- a/docs/error/include/top.html +++ b/docs/error/include/top.html @@ -1,10 +1,7 @@ -<!--#if expr="! $CONTENT_LANGUAGE" +<!--#if expr="-z v('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 var="CHARACTER_ENCODING" -->"?> +--><?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "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" -->"> |
