From: Thierry Pasqualier Date: Wed, 7 Nov 2007 09:17:25 +0000 (+0000) Subject: I correct the errors which are found by Firefox Tiny Validator. X-Git-Tag: v7.86~2824 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=7f942fcf573bd4fa04b378718a4853299c2abddf I correct the errors which are found by Firefox Tiny Validator. - a div tag in excess at the foot of the all pages (there remains one about it) - a td tag which must be a th tag in the monthly view of the calendar --- diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 544db0c42..addfe9cac 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -539,7 +539,7 @@ void calendar_month_view(int year, int month, int day) { colheader_time = thetime + (i * 86400) ; localtime_r(&colheader_time, &colheader_tm); wc_strftime(colheader_label, sizeof colheader_label, "%A", &colheader_tm); - wprintf("" + wprintf("" "%s", colheader_label); } diff --git a/webcit/static/trailing.html b/webcit/static/trailing.html index 8148bfbc3..c23c16a2a 100644 --- a/webcit/static/trailing.html +++ b/webcit/static/trailing.html @@ -7,6 +7,5 @@ Rounded("div.tabcontent", "big transparent bottom"); Rounded("div.tabcontent_submit", "big transparent bottom"); -