* Doxygen groups. Sorted the files into groups. so now we have a nice structure
[citadel.git] / webcit / calendar_view.c
index 92b6eaacb7cc8425b07f8f2d0573b5bc6f63d085..f7895c3386a03092472c56912f926e99b979b785 100644 (file)
@@ -3,6 +3,7 @@
  */
 /**
  * \defgroup CalHtmlHandles Handles the HTML display of calendar items.
+ * \ingroup Calendaring
  */
 /*@{*/
 #include "webcit.h"
@@ -182,7 +183,7 @@ void calendar_month_view(int year, int month, int day) {
                "bgcolor=#204B78><TR>");
        for (i=0; i<7; ++i) {
                wprintf("<TD ALIGN=CENTER WIDTH=14%%>"
-                       "<FONT COLOR=\"#FFFFFF\">%s</FONT></TH>", days[i]);
+                       "<FONT COLOR=\"#FFFFFF\">%s</FONT></TH>", wdays[i]);
        }
        wprintf("</TR>\n");