Remove placeholder text from search box

This commit is contained in:
Mike Colagrosso 2025-01-25 22:22:54 -07:00 committed by Alex Cabal
parent 1a71913794
commit 5e10d3be6f

View file

@ -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., &quot;war and peace&quot;" value="<?= Formatter::EscapeHtml($query ?? '') ?>"/>
<input type="search" name="query" value="<?= Formatter::EscapeHtml($query ?? '') ?>"/>
</label>
<label class="sort">
<span>Sort</span>