diff --git a/ChangeLog b/ChangeLog
index 53dc40009..11a13e2f6 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@ $Source$
libraries/config_import.lib.php: Support for SHA1 function (RFE
#971703).
* main.php: Possible undefined variable.
+ * queryframe.php: Do not show
when no logo is shown.
2004-06-09 Alexander M. Turek
* libraries/config_import.lib.php: The default settings should be merged.
diff --git a/queryframe.php b/queryframe.php
index d934ad54d..a33651258 100644
--- a/queryframe.php
+++ b/queryframe.php
@@ -96,6 +96,7 @@ if ($cfg['LeftDisplayLogo']) {
. '
'
. '' . "\n";
}
+ echo '
';
} // end of display logo
if ($cfg['MainPageIconic']) {
@@ -104,7 +105,6 @@ if ($cfg['MainPageIconic']) {
$str_spacer_links=' - ';
}
?>
-