Skip to content

Commit

Permalink
fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Jan 2, 2024
1 parent eb239fc commit a87f802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/pr0booru/index.theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit a87f802

Please sign in to comment.