mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 11:26:37 -04:00
Remove placeholder text from search box
This commit is contained in:
parent
1a71913794
commit
5e10d3be6f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $isAllSelected = sizeof($tags) == 0 || in_array('all', $tags);
|
|||
</select>
|
||||
</label>
|
||||
<label>Keywords
|
||||
<input type="search" name="query" placeholder="Quotes allowed, e.g., "war and peace"" value="<?= Formatter::EscapeHtml($query ?? '') ?>"/>
|
||||
<input type="search" name="query" value="<?= Formatter::EscapeHtml($query ?? '') ?>"/>
|
||||
</label>
|
||||
<label class="sort">
|
||||
<span>Sort</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue