the "</body>" html tag was lacking
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
// the footer for phpMyAdmin pages.
|
// the footer for phpMyAdmin pages.
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
@@ -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();
|
||||||
|
Reference in New Issue
Block a user