diff --git a/ChangeLog b/ChangeLog index f8b98634f..c49aa0ccd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2003-04-14 Garvin Hicking * libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ... usage. (Bug #720846) + * footer.inc.php3: Needed \n for some cases. 2003-04-13 Marc Delisle * lang/french: update diff --git a/footer.inc.php3 b/footer.inc.php3 index 7b68ddb6f..3d1a0b90a 100755 --- a/footer.inc.php3 +++ b/footer.inc.php3 @@ -36,10 +36,10 @@ if ($cfg['QueryFrame'] && $cfg['QueryFrameJS']) { top.frames.queryframe.querywindow.document.querywindow.table.value = ""; top.frames.queryframe.querywindow.document.querywindow.query_history_latest_table.value = ""; - + - - + + } }