]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Changed prompt on ISINDEX field to say "press ENTER". Turning
authorKen Coar <coar@apache.org>
Mon, 2 Jun 1997 14:53:31 +0000 (14:53 +0000)
committerKen Coar <coar@apache.org>
Mon, 2 Jun 1997 14:53:31 +0000 (14:53 +0000)
this into a GET-method form would require parsing I'd rather
not add right now..

Submitted by: Rob Hartill

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

docs/manual/search/manual-index.cgi

index 1f8467b0a4a866e7df6a1833a829e947262abb0b..e4fa41ad0a46b829c09dd03c2cb465e74ca886f9 100644 (file)
@@ -136,7 +136,7 @@ $HTML = <<EOHT;
   Documents containing the search word are <EM>not</EM> listed in any
   sort of priority order.
   </P>
-  <ISINDEX PROMPT="Word to find: ">
+  <ISINDEX PROMPT="Enter word to find and press ENTER: ">
 EOHT
 
 printf ($HTML);