From ed7ecb791be76223682b576af6242134cdca9496 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Tue, 15 May 2007 00:25:27 +0200 Subject: FS#744 (template developers, heed the changes) darcs-hash:20070514222527-d5083-53ed619daf07d0a84c52161465d163abf1400529.gz --- inc/fulltext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/fulltext.php') 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','$1',hsc(join('... ',$snippets))); + $snippet = preg_replace('#'.$m.'([^'.$m.']*?)'.$m.'#iu','$1',hsc(join('... ',$snippets))); return $snippet; } -- cgit v1.2.3