summaryrefslogtreecommitdiff
path: root/inc/fulltext.php
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2007-05-15 00:25:27 +0200
committerAnika Henke <a.c.henke@arcor.de>2007-05-15 00:25:27 +0200
commited7ecb791be76223682b576af6242134cdca9496 (patch)
tree1404092ffc8eae1e3dd86209e374b8a9de2ae324 /inc/fulltext.php
parentcc25c90054c868d8085d5e5c3b765a48acc824a8 (diff)
downloadrpg-ed7ecb791be76223682b576af6242134cdca9496.tar.gz
rpg-ed7ecb791be76223682b576af6242134cdca9496.tar.bz2
FS#744 (template developers, heed the changes)
darcs-hash:20070514222527-d5083-53ed619daf07d0a84c52161465d163abf1400529.gz
Diffstat (limited to 'inc/fulltext.php')
-rw-r--r--inc/fulltext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/fulltext.php b/inc/fulltext.php
index 4049a753a..7cb1153fb 100644
--- a/inc/fulltext.php
+++ b/inc/fulltext.php
@@ -257,7 +257,7 @@ function ft_snippet($id,$poswords){
$m = "\1";
$snippets = preg_replace('#'.$re.'#iu',$m.'$1'.$m,$snippets);
- $snippet = preg_replace('#'.$m.'([^'.$m.']*?)'.$m.'#iu','<span class="search_hit">$1</span>',hsc(join('... ',$snippets)));
+ $snippet = preg_replace('#'.$m.'([^'.$m.']*?)'.$m.'#iu','<strong class="search_hit">$1</strong>',hsc(join('... ',$snippets)));
return $snippet;
}