diff options
author | Rich Bowen <rbowen@apache.org> | 2002-06-15 13:43:11 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2002-06-15 13:43:11 +0200 |
commit | 16a1b7494e1ad92040bf8fd09325b279ffbaa839 (patch) | |
tree | 5d7195b007e16c5acb48bd0ed6355c6d7c55d553 /docs/error/include | |
parent | The '-@' seems to be more portable than '- @'. FreeBSD complained (diff) | |
download | apache2-16a1b7494e1ad92040bf8fd09325b279ffbaa839.tar.xz apache2-16a1b7494e1ad92040bf8fd09325b279ffbaa839.zip |
Not to pick nits, but I think that the "add this back in" phrasing will
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
Diffstat (limited to 'docs/error/include')
-rw-r--r-- | docs/error/include/bottom.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/error/include/bottom.html b/docs/error/include/bottom.html index c4fb001bd5..e82d0a75fd 100644 --- a/docs/error/include/bottom.html +++ b/docs/error/include/bottom.html @@ -11,9 +11,12 @@ <!--#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> |