Support » Installing WordPress » [Plugin: ICS Calendar] Missing space between header month/year and next button

  • Resolved opicron

    (@opicron)


    I have added the missing space between the header [month year] and the [nextbutton].

    Change this string in [cal-functions.php]:

    jQuery("#ics-calendar-header-text").html("' . $today['month'] . ' ' . $today['year'] .'");

    to:

    jQuery("#ics-calendar-header-text").html("' . $today['month'] . ' ' . $today['year'] .' '.'");
  • The topic ‘[Plugin: ICS Calendar] Missing space between header month/year and next button’ is closed to new replies.