Commit 1edbda86 authored by Ken Coar's avatar Ken Coar
Browse files

Changed prompt on ISINDEX field to say "press ENTER". Turning

	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
parent 9203d208
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);