diff --git a/lam/templates/massBuildAccounts.php b/lam/templates/massBuildAccounts.php index 9448800c..61ce7d9a 100644 --- a/lam/templates/massBuildAccounts.php +++ b/lam/templates/massBuildAccounts.php @@ -84,7 +84,7 @@ if (isset($_GET['showldif'])) { } include 'main_header.php'; -echo '
'; +echo '
'; $selectedModules = explode(',', $_POST['selectedModules']); if ($_FILES['inputfile'] && ($_FILES['inputfile']['size'] > 0)) { diff --git a/lam/templates/massDoUpload.php b/lam/templates/massDoUpload.php index 7e98eb5a..0997d3e7 100644 --- a/lam/templates/massDoUpload.php +++ b/lam/templates/massDoUpload.php @@ -3,7 +3,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2004 - 2010 Roland Gruber + Copyright (C) 2004 - 2011 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -56,7 +56,7 @@ if (!isset($_SESSION['loggedIn']) || ($_SESSION['loggedIn'] !== true)) { setlanguage(); include 'main_header.php'; -echo '
'; +echo '
'; // create accounts $accounts = unserialize($_SESSION['ldap']->decrypt($_SESSION['mass_accounts']));