From: Art Cancro Date: Fri, 3 Oct 2008 18:26:17 +0000 (+0000) Subject: debugging some messy html X-Git-Tag: v7.86~1876 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=f28fe04076ea3e18682f41c8ac6d40340902a3f4 debugging some messy html --- diff --git a/webcit/event.c b/webcit/event.c index 54cf9e1cc..a5cd217d8 100644 --- a/webcit/event.c +++ b/webcit/event.c @@ -488,7 +488,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, i = ((j + (int)weekstart) % 7); wprintf("%s\n", weekday_labels[i]); + wprintf(">%s\n", weekday_labels[i]); } wprintf("\n"); /* end 'weekday_selector' div */ @@ -507,15 +507,14 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, "%s onChange=\"RecurrenceShowHide();\">", ((which_rrend_is_preselected == 0) ? "checked" : "") ); - wprintf("%s
\n", _("No ending date")); + wprintf("%s
\n", _("No ending date")); wprintf("", ((which_rrend_is_preselected == 1) ? "checked" : "") ); wprintf(_("Repeat this event")); - wprintf(" "); - wprintf(" ", recur.count); wprintf(_("times")); wprintf("
\n"); @@ -525,7 +524,6 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, ((which_rrend_is_preselected == 2) ? "checked" : "") ); wprintf(_("Repeat this event until ")); - wprintf(""); if (icaltime_is_null_time(recur.until)) { recur.until = icaltime_add(t_start, icaldurationtype_from_int(604800)); @@ -560,7 +558,7 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, wprintf("\n"); end_tab(3, 3); - wprintf("\n"); + wprintf("\n"); /* end 'fix_scrollbar_bug' div */ StrBufAppendPrintf(WC->trailing_javascript, "eventEditAllDay(); \n"