From a8b66904a7467ab11016d2a829a455d688d0c6fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Tue, 4 Sep 2012 07:47:40 +0000 Subject: [PATCH] Unnecessary header removed from configuration HTML page. --- org.glite.lb.server/src/lb_html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.glite.lb.server/src/lb_html.c b/org.glite.lb.server/src/lb_html.c index 01182a5..4c48830 100644 --- a/org.glite.lb.server/src/lb_html.c +++ b/org.glite.lb.server/src/lb_html.c @@ -123,8 +123,7 @@ int edg_wll_ConfigurationToHTML(edg_wll_Context ctx, int admin, char **message, header = get_html_header(ctx, text); if (!text) asprintf(&out, "\n\nServer Configuration\n%s\n\n\n" "

LB Server Configuration

\n" - "\n" - "\n", + "
OptionValue
\n", header ? header : ""); else out = strdup(""); -- 1.8.2.3