Browse Source

Update searchview.class.php

tags/6.2.0
叙述、别离 1 year ago
parent
commit
bb040a1130
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/system/archive/searchview.class.php

+ 1
- 1
src/system/archive/searchview.class.php View File

@@ -315,7 +315,7 @@ class SearchView
}
//这里不区分大小写进行关键词替换
$fstr = str_ireplace($k, "<span class='text-primary'>$k</span>", $fstr);
//速度更快,效率更高
//速度更快效率更高
//$fstr = str_replace($k, "<span class='text-primary'>$k</span>", $fstr);
}
return $fstr;


Loading…
Cancel
Save