diff --git a/db_search.php b/db_search.php index 68cb46302a..7c1ec19a6e 100644 --- a/db_search.php +++ b/db_search.php @@ -224,7 +224,7 @@ if (isset($_REQUEST['submit_search'])) { $sql_query .= $newsearchsqls['select_count']; echo '' - .'' . sprintf(_ngettext('%s match inside table %s', '%s matches inside table %s', $res_cnt), $res_cnt, + .'' . sprintf(_ngettext('%1$s match inside table %2$s', '%1$s matches inside table %2$s', $res_cnt), $res_cnt, htmlspecialchars($each_table)) . "\n"; if ($res_cnt > 0) {