Code

Fixed html entity encoding
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Feb 2006 06:41:58 +0000 (06:41 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 16 Feb 2006 06:41:58 +0000 (06:41 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2695 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/applications/class_applicationGeneric.inc

index 8472a17413c5d24868bc1f2897c4040f3a831067..cedecff9c023e458c0d690029e50ea1136e2d5ed 100644 (file)
@@ -147,7 +147,7 @@ class application extends plugin
                        $smarty->assign("$val", "");
                }
        }
-       $smarty->assign("gotoLogonScript",htmlentities($this->gotoLogonScript));
+       $smarty->assign("gotoLogonScript",htmlentities($this->gotoLogonScript, ENT_COMPAT, 'UTF-8'));
        $smarty->assign("base_select", $this->base);
        $smarty->assign("gosaApplicationFlagsACL", chkacl($this->acl, "gosaApplicationFlags"));
        /* Show main page */