diff --git a/ext/index/theme.php b/ext/index/theme.php index 4130d749..e2efd36d 100644 --- a/ext/index/theme.php +++ b/ext/index/theme.php @@ -50,7 +50,7 @@ EOD; $page->add_block(new Block("Navigation", $nav, "left", 0)); if(count($images) > 0) { if($query) { - $page->add_block(new Block("Images", $this->build_table($images, "search=$query"), "main", 10)); + $page->add_block(new Block("Images", $this->build_table($images, "#search=$query"), "main", 10)); $this->display_paginator($page, "post/list/$query", null, $this->page_number, $this->total_pages); } else {