From 155f97d72b2a8baeeef11444bedd8fef81d548f2 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 7 Aug 2006 06:48:39 +0000 Subject: [PATCH] fixed tidy errors git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4408 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ""); } -- 2.30.2