post search: one more fix

This commit is contained in:
czaks 2013-07-20 20:07:28 -04:00
parent 8df5d03f8c
commit 2ae918c0bd

View File

@ -145,7 +145,7 @@
}
if(!empty($temp))
$_body .= '<fieldset><legend>' . $query->rowCount() .
$_body .= '<fieldset><legend>' .
sprintf(ngettext('%d result in', '%d results in', $query->rowCount()),
$query->rowCount()) . ' <a href="/' .
sprintf($config['board_path'], $board['uri']) . $config['file_index'] .