From 5e10d3be6fdea40bab368aea07d504c9d3f71d89 Mon Sep 17 00:00:00 2001 From: Mike Colagrosso Date: Sat, 25 Jan 2025 22:22:54 -0700 Subject: [PATCH] Remove placeholder text from search box --- templates/SearchForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/SearchForm.php b/templates/SearchForm.php index 3a1a1497..766ac302 100644 --- a/templates/SearchForm.php +++ b/templates/SearchForm.php @@ -18,7 +18,7 @@ $isAllSelected = sizeof($tags) == 0 || in_array('all', $tags);