mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Close all void HTML tags and remove HTML entities
This commit is contained in:
parent
dec516e3f1
commit
79ec73946e
13 changed files with 57 additions and 54 deletions
|
@ -1,5 +1,3 @@
|
|||
<form action="/ebooks" method="get">
|
||||
<label class="search">
|
||||
Search ebooks: <input type="search" name="query" placeholder="Search all ebooks..." value="<?= Formatter::ToPlainText($query ?? '') ?>" />
|
||||
</label>
|
||||
<label class="search">Search ebooks: <input type="search" name="query" placeholder="Search all ebooks..." value="<?= Formatter::ToPlainText($query ?? '') ?>"/></label>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue