Age | Commit message (Collapse) | Author | Files | Lines |
|
Use the `==` (equal) instead of `===` (identical) comparison operator in
the form template. This bug was silently introduced in 2021 with 8cd1105
in `core/include/search/main.php` where the `$FORM['OPTIONS']` array is
since then filled with integer values and not string values anymore.
|
|
The trailing slash on void elements (self-closing tags) doesn't have any
effect, isn't required by HTML5 and it is recommended to not use it.
|
|
Add pagination for search results in the admin and default theme.
|
|
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character.
|
|
This commit renames the "template" directory to "theme" because "theme" is the more correct term here.
|