Installed the new version and noticed a slightly odd CSS call at line 25

    drupal_add_css('./'. drupal_get_path('module', 'calendar') .'/calendar.css');

other modules don't seem to use that style?

changed it to

    drupal_add_css(drupal_get_path('module', 'calendar') .'/calendar.css');

seems ok - should the theme call be changed likewise?

Comments

KarenS’s picture

Status: Active » Fixed

You're right about the css path. The theme path is OK. Just committed a fix. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.