From 7f942fcf573bd4fa04b378718a4853299c2abddf Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Wed, 7 Nov 2007 09:17:25 +0000 Subject: [PATCH] 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 --- webcit/calendar_view.c | 2 +- webcit/static/trailing.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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"); - -- 2.30.2