Code

Fixed some more. Now with messages.mo
[gosa.git] / html / index.php
index d218040f29717a76b9d85435271827151242ed65..90a6a4814c73ff1179d64ffb0b14424f43a4404c 100644 (file)
@@ -236,7 +236,7 @@ $smarty->assign ("PHPSESSID", session_id());
 if (isset($_SESSION['errors'])){
   $smarty->assign("errors", $_SESSION['errors']);
 }
-$smarty->assign("php_error", $error_collector);
+$smarty->assign("php_error", $error_collector."</div>");
 $smarty->display (get_template_path('login.tpl'));
 
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: