Fixed kw search bug.

This commit is contained in:
2023-07-19 21:15:57 -05:00
parent 5601c54460
commit c692b84134
2 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ LIMIT 4');
</div>
<div class="fh5co-box">
<h3 class="heading">Search</h3>
<form action="basictitlesearch.php" method="get">
<form action="keywordresults.php" method="get">
<div class="form-group">
<input type="text" class="form-control" name="kw" placeholder="Keyword search">
</div>