From dc1f79f154e4ef5c0ccb6aa755af383ebc7a69d3 Mon Sep 17 00:00:00 2001 From: Robert Ricci Date: Mon, 12 Feb 2007 23:59:06 +0000 Subject: [PATCH] One more merge fix - put the opening tag to the cbody div back --- www/menu.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/www/menu.php3 b/www/menu.php3 index bc2be29cd..a6716a54a 100644 --- a/www/menu.php3 +++ b/www/menu.php3 @@ -875,6 +875,7 @@ function PAGEHEADER($title, $view = NULL, $extra_headers = NULL) { echo "Click here"; } + echo "
\n"; echo "\n"; if (VIEWSET($view, 'show_topbar', "plab")) { WRITEPLABTOPBAR(); -- GitLab