From a05cf3d7a2b3b9e40f4a816b76f4dc287712c82f Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 10 Jun 2005 12:07:12 +0000 Subject: [PATCH] Search result colored git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@670 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/helpviewer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/helpviewer.php b/html/helpviewer.php index e84e9e595..83c3a0240 100644 --- a/html/helpviewer.php +++ b/html/helpviewer.php @@ -77,8 +77,8 @@ $suffix = ".html"; // Suffix of $maxresults = 10; // max number of results shown in result list $minwordlength = 3; // Word less than 3 chars will be dropped in search $allowed_chars_in_searchword = "'[^a-z0-9 %_-]'i"; // Remove all chars that would disturb our search like < or > ... -$pre_mark = "" ; // Sign words with this -$suf_mark = ""; // and this +$pre_mark = "" ; // Sign words with this +$suf_mark = ""; // and this $backwardlink = " \""._("previous")."\" "; -- 2.30.2