]> granicus.if.org Git - apache/commitdiff
Remove the date from the multi-language error pages
authorJoshua Slive <slive@apache.org>
Tue, 31 Jul 2007 19:49:08 +0000 (19:49 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 31 Jul 2007 19:49:08 +0000 (19:49 +0000)
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

docs/error/include/bottom.html

index e8522b6e9b0d897a36a7b830de9f919f78582c01..971de02b430cd4b6a3b4f60ef9519bca75f93801 100644 (file)
@@ -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>