From: hickert Date: Mon, 13 Jun 2005 08:16:10 +0000 (+0000) Subject: Utf-8 error, caused by htmlentities() ... grml, fixed X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ff19524e340b4f1edd94b395d75bc4d24066fe26;p=gosa.git Utf-8 error, caused by htmlentities() ... grml, fixed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@686 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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."% - +