diff --git a/lib/multiple-results.php b/lib/multiple-results.php index 08aea43..577fbfb 100644 --- a/lib/multiple-results.php +++ b/lib/multiple-results.php @@ -108,7 +108,7 @@ if (startTab!=top.ICEcoder.selectedTab) { } if (!$rFile && !$bFile) { $ret .= ""; - $ret .= str_replace($base,"",$fullPath)."
Found X times
"; + $ret .= str_replace($base,"",$fullPath)."
Found ".substr_count(strtolower(file_get_contents($fullPath)),$q)." times
"; if (isset($_GET['replace'])) { $ret .= "
replace
"; };