From ff19524e340b4f1edd94b395d75bc4d24066fe26 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 13 Jun 2005 08:16:10 +0000 Subject: [PATCH] Utf-8 error, caused by htmlentities() ... grml, fixed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@686 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions_helpviewer.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/functions_helpviewer.inc b/include/functions_helpviewer.inc index fe2d9eb79..2a301aeaf 100644 --- a/include/functions_helpviewer.inc +++ b/include/functions_helpviewer.inc @@ -257,7 +257,7 @@ function searchlist($arr,$res,$maxresults) /* appending footer message for resultlist */ $ret.= "
- ".sprintf(htmlentities(_("%s results for your search with the keyword %s interpreted as %s")), + ".sprintf(_("%s results for your search with the keyword %s interpreted as %s"), "".count($topten)."", "".($_SESSION['search_string'])."", "".$_SESSION['parsed_search_keyword'].""); @@ -324,10 +324,7 @@ function createResultEntry($entry,$res,$name,$max)
-
- - ".$percentage."% - +
-- 2.30.2