From 73ccbfb045593271469ceb8654432c28927a54b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 22 Aug 2001 14:55:11 +0000 Subject: [PATCH] the "" html tag was lacking --- footer.inc.php3 | 2 ++ lib.inc.php3 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/footer.inc.php3 b/footer.inc.php3 index 299ac2250..383fb8d39 100755 --- a/footer.inc.php3 +++ b/footer.inc.php3 @@ -6,6 +6,8 @@ // the footer for phpMyAdmin pages. ?> + + ' . "\n"; echo '' . $GLOBALS['strBack'] . ''; - echo "\n" . '' . "\n"; + echo "\n"; include('./footer.inc.php3'); exit();