I correct the errors which are found by Firefox Tiny Validator.
[citadel.git] / webcit / calendar_view.c
index 544db0c42b20638d0ae996e20178a4618bf56f8e..addfe9cac583b0316c24c8fa95ad061ad7dd151a 100644 (file)
@@ -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("<td align=center width=14%%>"
+               wprintf("<th align=center width=14%%>"
                        "<font color=\"#FFFFFF\">%s</font></th>", colheader_label);
 
        }