From: hickert Date: Fri, 10 Jun 2005 12:07:12 +0000 (+0000) Subject: Search result colored X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a05cf3d7a2b3b9e40f4a816b76f4dc287712c82f;p=gosa.git Search result colored git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@670 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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")."\" ";