From 04987de624c6352237f830c2e83ac20de87aac98 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 5 Jun 2003 19:04:12 +0000 Subject: [PATCH] fixed HTML errors --- lam/templates/logout.php | 14 ++++++++++++-- lam/templates/main.php | 2 ++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/lam/templates/logout.php b/lam/templates/logout.php index d86d2a0d..633c74c3 100644 --- a/lam/templates/logout.php +++ b/lam/templates/logout.php @@ -41,15 +41,25 @@ $_SESSION["ldap"]->destroy(); session_destroy(); // print logout message + +echo ("\n"); +echo ("\n"); + ?> - + <? echo _("Logout"); ?> -



+ + +

+ LDAP Account Manager +

+
+






diff --git a/lam/templates/main.php b/lam/templates/main.php index 9e966dae..2df144a4 100644 --- a/lam/templates/main.php +++ b/lam/templates/main.php @@ -23,6 +23,8 @@ $Id$ */ +echo ("\n"); +echo ("\n"); echo ("\n"); echo ("\n"); echo ("LDAP Account Manager\n");