X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Findex.php;h=9877161c96ac60495c7d8eba693a47098718cca0;hb=b4e48f233213b645e1d293c88a5c3fcf32b3a67f;hp=4c8330f8adb4ef968cc2d94d68ebcaa789f847d4;hpb=155f97d72b2a8baeeef11444bedd8fef81d548f2;p=gosa.git diff --git a/html/index.php b/html/index.php index 4c8330f8a..9877161c9 100644 --- a/html/index.php +++ b/html/index.php @@ -46,7 +46,7 @@ function displayLogin() /* Displasy SSL mode warning? */ if ($ssl != "" && $config->data['MAIN']['WARNSSL'] == 'true'){ - $smarty->assign ("ssl", ""._("Warning").": "._("Session will not be encrypted.")." "._("Enter SSL session")."!"); + $smarty->assign ("ssl", ""._("Warning").":<\/b> "._("Session will not be encrypted.")." "._("Enter SSL session")."<\/b>!"); } else { $smarty->assign ("ssl", ""); }