]> granicus.if.org Git - apache/commitdiff
Not to pick nits, but I think that the "add this back in" phrasing will
authorRichard Bowen <rbowen@apache.org>
Sat, 15 Jun 2002 11:43:11 +0000 (11:43 +0000)
committerRichard Bowen <rbowen@apache.org>
Sat, 15 Jun 2002 11:43:11 +0000 (11:43 +0000)
confuse people, and leave them unsure what they are actually supposed to
do, in the unlikely event that they want to turn this back on. Made it a
little clearer what they actually need to do. Tested.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95696 13f79535-47bb-0310-9956-ffa450edef68

docs/error/include/bottom.html

index c4fb001bd5404c2b8f55351f45664258232b1439..e82d0a75fdc73121e550e9e9ea4ece9c7c1e8b80 100644 (file)
   <!--#config timefmt="%c" -->
   <small><!--#echo encoding="none" var="DATE_LOCAL" --></small>
   <BR>
-  <!--#if expr="0=1" -->
-  <!-- Add this back in if you want to have the Server's version show in
-       all error documents. -->
+
+  <!-- Set this value to 1 to display server version in all error
+  documents -->
+  <!--#set var="ShowVersion" value="0" -->
+
+  <!--#if expr="$ShowVersion = 1" -->
   <small><!--#echo encoding="none" var="SERVER_SOFTWARE" --></small>
   <!--#endif -->
 </ADDRESS>