From 483112883633944a3c629a6e74a621b23f5d20cb Mon Sep 17 00:00:00 2001 From: John BOTELLA Date: Sat, 23 Oct 2021 15:01:28 +0200 Subject: [PATCH] Fix dom declaration --- htdocs/main.inc.php | 4 ++-- htdocs/theme/eldy/global.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 76a4fbc1af8..47107f725cd 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1820,7 +1820,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead print "\n".''."\n"; - print '
'; // dol_invisible_topmenu differs from dol_hide_topmenu: dol_invisible_topmenu means we output menu but we make it invisible. + print '
'; // dol_invisible_topmenu differs from dol_hide_topmenu: dol_invisible_topmenu means we output menu but we make it invisible. // Show menu entries print '
'."\n"; @@ -2004,7 +2004,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead print "
\n"; // end div class="login_block" - print '
'; + print ''; print '
'; print "\n\n"; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 366e9322dde..1e0f8dffc1e 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -2266,7 +2266,7 @@ img.photorefnoborder { /* Menu top et 1ere ligne tableau */ /* ============================================================================== */ -div#id-top { +#id-top { display:none;