diff options
Diffstat (limited to 'mod/search/start.php')
-rw-r--r-- | mod/search/start.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/search/start.php b/mod/search/start.php index 5767e65ff..a6a0bead2 100644 --- a/mod/search/start.php +++ b/mod/search/start.php @@ -249,10 +249,10 @@ function search_consolidate_substrings($offsets, $lengths) { function search_highlight_words($words, $string) { $i = 1; $replace_html = array( - 'strong' => rand(10000,99999), - 'class' => rand(10000,99999), - 'searchMatch' => rand(10000,99999), - 'searchMatchColor' => rand(10000,99999) + 'strong' => rand(10000, 99999), + 'class' => rand(10000, 99999), + 'searchMatch' => rand(10000, 99999), + 'searchMatchColor' => rand(10000, 99999) ); foreach ($words as $word) { |