X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fevent.c;h=5bb3efb4fd87a5623d6bc4468e1617e96a490db7;hb=ff0768551267de3dad2f807ddc54aa487088f6ac;hp=ff535dbd87f8b452152b7eba34b12907d004f3b3;hpb=c684ab521431f0fb1ba1513e89e4b6678dd8bd9e;p=citadel.git diff --git a/webcit/event.c b/webcit/event.c index ff535dbd8..5bb3efb4f 100644 --- a/webcit/event.c +++ b/webcit/event.c @@ -597,16 +597,16 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum, wprintf("
"); /* begin 'yearday_selector' div */ - wprintf("", ((which_rryeartype_is_preselected == 0) ? "checked" : "") ); wprintf(_("every ")); wprintf("%s
", _("year on this date")); - wprintf("", - ((which_rrmonthtype_is_preselected == 1) ? "checked" : "") + ((which_rryeartype_is_preselected == 1) ? "checked" : "") ); wprintf(_("on the "));