Commit 9203d208 authored by Ken Coar's avatar Ken Coar
Browse files

{sigh} This script was originally designed to be part of the

	distribution.  Since it's now destined to live only at the
	WWW.Apache.Org site, some things need to be hard-coded -
	and remote development makes it a little more difficult to
	get everything right.  This fixes the "home" links in the
	context of WWW.Apache.Org.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78206 13f79535-47bb-0310-9956-ffa450edef68
parent 92d4f001
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -223,9 +223,9 @@ QUERY:
#
$HTML = <<EOHT;
  <A
   HREF="./"
   HREF="/"
  ><IMG
    SRC="images/apache_home.gif"
    SRC="/images/apache_home.gif"
    ALT="Home"
   ></A>
  <HR>