From a87f8021c4917d5f4fd6cf948ac45e3b8bbd2657 Mon Sep 17 00:00:00 2001 From: Giraffaman Date: Tue, 2 Jan 2024 21:26:42 +0100 Subject: [PATCH] fix #19 --- themes/pr0booru/index.theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pr0booru/index.theme.php b/themes/pr0booru/index.theme.php index 9a24cc1b7..20e32b386 100644 --- a/themes/pr0booru/index.theme.php +++ b/themes/pr0booru/index.theme.php @@ -20,7 +20,7 @@ public function display_page(Page $page, array $images) $page_title = $config->get_string(SetupConfig::TITLE); } else { $search_string = Tag::implode($this->search_terms); - $query = url_escape(Tag::caret($search_string)); + $query = url_escape($search_string); $page_title = html_escape($search_string); }