Skip to content

Commit 4d9fb6e

Browse files
committed
edited search function
The search function on the index page was finalized.
1 parent 9f481e5 commit 4d9fb6e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ of statistical theorems for the computational sciences*! <br>
6868
</div>
6969

7070
<form name="Search">
71-
or enter any search term: &ensp;
71+
or do a full-text <a href="/search">search</a>: &ensp;
7272
<input type="text" maxlength="100" name="q" id="q"/>
7373
<input type="button" onclick="openURL()" value="Google Search"/>
7474
</form>

search.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ <h1>Search the StatProofBook</h1>
4343

4444
<!-- Form -->
4545
<form name="Search">
46-
Search the StatProofBook: &ensp;
4746
<input type="text" maxlength="100" name="q" id="q"/>
4847
<input type="button" onclick="openURL()" value="Google Search"/>
4948
</form>

0 commit comments

Comments
 (0)