the "</body>" html tag was lacking

This commit is contained in:
Loïc Chapeaux
2001-08-22 14:55:11 +00:00
parent a966bed26e
commit 73ccbfb045
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
// the footer for phpMyAdmin pages. // the footer for phpMyAdmin pages.
?> ?>
</body>
</html> </html>
<?php <?php

View File

@@ -159,7 +159,7 @@ if (!defined('__LIB_INC__')){
echo '</p>' . "\n"; echo '</p>' . "\n";
echo '<a href="javascript:window.history.go(' . $hist . ')">' . $GLOBALS['strBack'] . '</a>'; echo '<a href="javascript:window.history.go(' . $hist . ')">' . $GLOBALS['strBack'] . '</a>';
echo "\n" . '</body>' . "\n"; echo "\n";
include('./footer.inc.php3'); include('./footer.inc.php3');
exit(); exit();