This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
Update searchview.class.php
tags/6.2.0
叙述、别离
2 years ago
parent
0dc2795276
commit
bb040a1130
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save