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)
- +
diff --git a/styles/default/template/tags.php b/styles/default/template/tags.php index 6c4d32c7..b3e64a2a 100644 --- a/styles/default/template/tags.php +++ b/styles/default/template/tags.php @@ -42,7 +42,7 @@
-

60 ? mb_substr($Tag['Description'], 0, 60, 'utf-8').'……' : $Tag['Description'] : '' ); ?>

+

60 ? mb_substr($Tag['Description'], 0, 60, 'utf-8').'……' : $DescStr : '' ); ?>

() -

60 ? mb_substr($Tag['Description'], 0, 60, 'utf-8').'……' : $Tag['Description'] : '' ); ?> +

60 ? mb_substr($Tag['Description'], 0, 60, 'utf-8').'……' : $DescStr : '' ); ?>