mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Remove trailing slashes from URLs
This commit is contained in:
parent
cd74a155f4
commit
986183a83f
17 changed files with 71 additions and 48 deletions
|
@ -1,4 +1,4 @@
|
|||
<form action="/ebooks/" method="get">
|
||||
<form action="/ebooks" method="get">
|
||||
<label class="search">
|
||||
Search ebooks: <input type="search" name="query" placeholder="Search all ebooks..." value="<?= Formatter::ToPlainText($query ?? '') ?>" />
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue