1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

Forward port OtherBill's fix from 1.3.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87727 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yoshiki Hayashi
2001-01-19 01:36:31 +00:00
parent cbf6e71e06
commit 697b6f5130
2 changed files with 4 additions and 6 deletions

View File

@@ -52,7 +52,7 @@
<input type="hidden" name="what" value="ap">
<input type="hidden" name="results" value="20">
<input type="text" name="keyword" size="20">
<input type="button" value="Search">
<input type="submit" value="Search">
</form>
</td></tr></table>
@@ -165,10 +165,9 @@ Modules: <A HREF="mod/index-bytype.html">By Type</A> or
</div>
<p align="center">Maintained by the <a
href="http://httpd.apache.org/docs-project">Apache HTTP Server
href="http://httpd.apache.org/docs-project/">Apache HTTP Server
Documentation Project</a>.</p>
<!--#include virtual="footer.html" -->
</body>
</html>

View File

@@ -52,7 +52,7 @@
<input type="hidden" name="what" value="ap">
<input type="hidden" name="results" value="20">
<input type="text" name="keyword" size="20">
<input type="button" value="Search">
<input type="submit" value="Search">
</form>
</td></tr></table>
@@ -165,10 +165,9 @@ Modules: <A HREF="mod/index-bytype.html">By Type</A> or
</div>
<p align="center">Maintained by the <a
href="http://httpd.apache.org/docs-project">Apache HTTP Server
href="http://httpd.apache.org/docs-project/">Apache HTTP Server
Documentation Project</a>.</p>
<!--#include virtual="footer.html" -->
</body>
</html>