mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-18 17:36:14 +00:00
added the required attribute in the search box (#9911)
This commit is contained in:
parent
93581e883d
commit
197caa8318
@ -14,7 +14,7 @@ This page is available as an easy-to-read website. Access it by clicking on [![h
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<form action="https://ebookfoundation.github.io/free-programming-books-search">
|
<form action="https://ebookfoundation.github.io/free-programming-books-search">
|
||||||
<input type="text" id="fpbSearch" name="search" placeholder="Search Book or Author"/>
|
<input type="text" id="fpbSearch" name="search" required placeholder="Search Book or Author"/>
|
||||||
<label for="submit"> </label>
|
<label for="submit"> </label>
|
||||||
<input type="submit" id="submit" name="submit" value="Search" />
|
<input type="submit" id="submit" name="submit" value="Search" />
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user