Code

fixed w3c
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 10 Jul 2007 08:26:21 +0000 (08:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 10 Jul 2007 08:26:21 +0000 (08:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6797 594d385d-05f5-0310-b6e9-bd551577e9d8

html/password.php

index 2f35eaed9d001d679efe1eb947bdea9dd9573813..a8fc0ccf3b159a016ac0681196812cfba753ddc0 100644 (file)
@@ -271,7 +271,7 @@ $smarty->assign ('password_img', get_template_path('images/password.png'));
 
 /* Displasy SSL mode warning? */
 if ($ssl != "" && $config->data['MAIN']['WARNSSL'] == 'true'){
-  $smarty->assign ("ssl", "<b>"._("Warning").":<\/b> "._("Session will not be encrypted.")." <a style=\"color:red;\" href=\"$ssl\"><b>"._("Enter SSL session")."<\/b></a>!");
+  $smarty->assign ("ssl", "<b>"._("Warning").":</b> "._("Session will not be encrypted.")." <a style=\"color:red;\" href=\"".htmlentities($ssl)."\"><b>"._("Enter SSL session")."</b></a>!");
 } else {
   $smarty->assign ("ssl", "");
 }