From: Ken Coar Date: Mon, 2 Jun 1997 10:24:46 +0000 (+0000) Subject: Add attributes defining text colours to make sure text and links X-Git-Tag: 1.2.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a2c00790f09fc3dc0d4a2191563e8f7a90ac2eb;p=thirdparty%2Fapache%2Fhttpd.git Add attributes defining text colours to make sure text and links are visible with our white background; also added the "home" link. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78204 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/search/manual-index.cgi b/docs/manual/search/manual-index.cgi index bcfc13b65ed..b7c73508300 100644 --- a/docs/manual/search/manual-index.cgi +++ b/docs/manual/search/manual-index.cgi @@ -68,6 +68,8 @@ $INDEX = "/export/pub/apache/manual-index.dat"; #*** #*** +$HTML = ""; + # # If we have a FILEPATH_INFO or PATH_INFO, it's there to remap the # documents to the manual root directory. If this script is already in @@ -102,17 +104,17 @@ $title .= ": Results for \"$word\"" if ($word); # # We'll re-use the HTML scalar several times; we use it with here -# documents for multi-line statis HTML code. Lets' do the standard page +# documents for multi-line static HTML code. Lets' do the standard page # header. # $HTML = < + $title - +
Home