From: hickert Date: Mon, 7 Aug 2006 06:48:39 +0000 (+0000) Subject: fixed tidy errors X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=155f97d72b2a8baeeef11444bedd8fef81d548f2;p=gosa.git fixed tidy errors git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4408 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/index.php b/html/index.php index 0a882dfd1..4c8330f8a 100644 --- a/html/index.php +++ b/html/index.php @@ -336,7 +336,7 @@ $smarty->assign ("message", $message); /* Displasy SSL mode warning? */ if ($ssl != "" && $config->data['MAIN']['WARNSSL'] == 'true'){ - $smarty->assign ("ssl", ""._("Warning").":<\/b> "._("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", ""); }