From 17b5669475e08ef0b55ebc6d4eb0bd09b4e2caf8 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 10 Jul 2007 08:26:21 +0000 Subject: [PATCH] fixed w3c git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6797 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/password.php b/html/password.php index 2f35eaed9..a8fc0ccf3 100644 --- a/html/password.php +++ b/html/password.php @@ -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", ""._("Warning").":<\/b> "._("Session will not be encrypted.")." "._("Enter SSL session")."<\/b>!"); + $smarty->assign ("ssl", ""._("Warning").": "._("Session will not be encrypted.")." "._("Enter SSL session")."!"); } else { $smarty->assign ("ssl", ""); } -- 2.30.2