Code

Utf-8 error, caused by htmlentities() ... grml, fixed
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Jun 2005 08:16:10 +0000 (08:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 13 Jun 2005 08:16:10 +0000 (08:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@686 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions_helpviewer.inc

index fe2d9eb7967c2dd1a5e4adc1369ad888ea9a10c7..2a301aeafa2f61eeb4c85cf252b075c2eb28083a 100644 (file)
@@ -257,7 +257,7 @@ function searchlist($arr,$res,$maxresults)
 
   /* appending footer message for resultlist */
   $ret.= "<br>
-              ".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"), 
                             "<b>".count($topten)."</b>", 
                             "<b>".($_SESSION['search_string'])."</b>", 
                             "<b>".$_SESSION['parsed_search_keyword']."</b>");
@@ -324,10 +324,7 @@ function createResultEntry($entry,$res,$name,$max)
               </td>
               <td width=110 valign=\"top\">
                 <div style=\"width:100px;background-color:#BBBBBB;\">
-                  <div style=\"width:".$percentage."px; height:13px; background-color:#".$color2.$color2.$color."; \">
-                    <font style=\"color:#FFFFFF;font-size:12px;padding-left:40px;\">
-                      ".$percentage."%
-                    </font>
+                  <div style=\"width:".$percentage."px; height:8px; background-color:#".$color2.$color2.$color."; \">
                   </div>
                 </div>
               </td>