From afc3759948b31b1f3db2a2aa0d734df524e741c7 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 22 Jun 2010 16:23:11 +0000 Subject: [PATCH] * CSS cleanup in summary screen --- webcit/summary.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/webcit/summary.c b/webcit/summary.c index 8266714b2..eb81c9c40 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -198,9 +198,9 @@ void server_info_section(void) { * not people I consider worthwhile, I still want them to use WebCit. */ void summary_inner_div(void) { - wc_printf("
" - "" - ""); + + wc_printf("
"); + wc_printf(""); /* * Column One @@ -284,22 +284,22 @@ void summary(void) { char title[256]; output_headers(1, 1, 2, 0, 0, 0); - wc_printf("
\n"); - wc_printf("
"); - wc_printf(""); - wc_printf("

"); + wc_printf("
\n"); + wc_printf("

"); + wc_printf(""); + wc_printf("

"); snprintf(title, sizeof title, _("Summary page for %s"), ChrPtr(WC->wc_fullname)); escputs(title); wc_printf("

"); output_date(); - wc_printf("

"); + wc_printf("
"); wc_printf("
"); wc_printf("
    \n"); wc_printf("
  • "); offer_start_page(NULL, &NoCtx); wc_printf("
"); - wc_printf("
"); - wc_printf("
"); + wc_printf(""); /* actiondiv */ + wc_printf(""); /* banner */ /* * You guessed it ... we're going to refresh using ajax. -- 2.39.2