From: Zdeněk Šustr Date: Tue, 4 Sep 2012 07:47:40 +0000 (+0000) Subject: Unnecessary header removed from configuration HTML page. X-Git-Tag: glite-lb-client_R_5_2_5_1~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a8b66904a7467ab11016d2a829a455d688d0c6fa;p=jra1mw.git Unnecessary header removed from configuration HTML page. --- 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("");