diff options
author | Joshua Slive <slive@apache.org> | 2007-07-31 21:49:08 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2007-07-31 21:49:08 +0200 |
commit | dbc4c795fdefb504db557a657282aed336538071 (patch) | |
tree | ec7dee5c84891db9a3306a0e7887e1062189974b /docs/error/include | |
parent | Document that PT implies L. (diff) | |
download | apache2-dbc4c795fdefb504db557a657282aed336538071.tar.xz apache2-dbc4c795fdefb504db557a657282aed336538071.zip |
Remove the date from the multi-language error pages
because it is unlocalizable and generally useless.
PR: 40432
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/error/include')
-rw-r--r-- | docs/error/include/bottom.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html index e8522b6e9b..971de02b43 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> |