diff --git a/styles/default/template/search.php b/styles/default/template/search.php index 327a05be..e1e90c16 100644 --- a/styles/default/template/search.php +++ b/styles/default/template/search.php @@ -7,7 +7,7 @@ function KeywordHighlight($Content) if ($KeywordArray) { $KeywordHighlightArray = array(); foreach ($KeywordArray as $Value) { - $KeywordHighlightArray[] = '' . $Value . ''; + $KeywordHighlightArray[] = '' . $Value . ''; } return str_ireplace($KeywordArray, $KeywordHighlightArray, $Content); } else { @@ -42,7 +42,7 @@ function KeywordHighlight($Content)