]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar_view.c
* minor cleanup
[citadel.git] / webcit / calendar_view.c
index d43e4910320d3bba7e3b30d82710f15b9f613378..28550be8e48cc5ff91c37aa94cc7b9d503fd2ed9 100644 (file)
@@ -76,7 +76,7 @@ void calendar_month_view_display_events(time_t thetime) {
                                        );
                                        escputs((char *)
                                                icalproperty_get_comment(p));
-                                       wprintf("</A></FONT>\n");
+                                       wprintf("</A></FONT><BR>\n");
                                }
 
                        }
@@ -242,7 +242,7 @@ void calendar_day_view_display_events(int year, int month,
                                        );
                                        escputs((char *)
                                                icalproperty_get_comment(p));
-                                       wprintf("</A></FONT>\n");
+                                       wprintf("</A></FONT><BR>\n");
                                }
 
                        }