From 541883e45a1548510b0ba31ad2e215bea0f928ad Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Fri, 26 Oct 2007 21:07:12 +0000 Subject: [PATCH] reduction of spacing between boxes on advanced screen --- webcit/mainmenu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/mainmenu.c b/webcit/mainmenu.c index 4a023fb8a..8673df5d8 100644 --- a/webcit/mainmenu.c +++ b/webcit/mainmenu.c @@ -18,8 +18,8 @@ void display_main_menu(void) output_headers(1, 1, 1, 0, 0, 0); wprintf("
" - "" - "
\n"); + "" + "
\n"); svprintf("BOXTITLE", WCS_STRING, _("Basic commands")); do_template("beginbox"); -- 2.39.2