Remove trailing slashes from URLs

This commit is contained in:
Alex Cabal 2020-05-02 21:03:22 -05:00
parent cd74a155f4
commit 986183a83f
17 changed files with 71 additions and 48 deletions

View file

@ -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>