You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2007/07/31 21:49:08 UTC

svn commit: r561464 - /httpd/httpd/trunk/docs/error/include/bottom.html

Author: slive
Date: Tue Jul 31 12:49:08 2007
New Revision: 561464

URL: http://svn.apache.org/viewvc?view=rev&rev=561464
Log:
Remove the date from the multi-language error pages
because it is unlocalizable and generally useless.

PR: 40432

Modified:
    httpd/httpd/trunk/docs/error/include/bottom.html

Modified: httpd/httpd/trunk/docs/error/include/bottom.html
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/error/include/bottom.html?view=diff&rev=561464&r1=561463&r2=561464
==============================================================================
--- httpd/httpd/trunk/docs/error/include/bottom.html (original)
+++ httpd/httpd/trunk/docs/error/include/bottom.html Tue Jul 31 12:49:08 2007
@@ -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>