Line 32 of event-node-month.tpl.php has a stray random semicolon at the end of it;

<div class="type"> <?php print l("($node_type)", $calendar_link, array('attributes' => array('title' => t('limit view to events of this type')))) ?> </div>;

Pobster

Comments

pobster’s picture

Okay, correction... All the tpl files have this stray semicolon?

Pobster

erikwebb’s picture

All of the event-node-* template files have this.

gerhard killesreiter’s picture

Status: Active » Fixed

not all but most, fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

pobster’s picture

Status: Closed (fixed) » Active

I hate to reopen this issue, but there's still one left in event-node-day.tpl.php!

<div class="event dayview vevent <?php print $zebra ?> ">
  <?php if ($show_calendar_link) { ?>
    <div class="type"> <?php print l("($node_type)", $calendar_link, array('attributes' => array('title' => t('limit view to events of this type')))) ?> </div>;
  <?php } ?>

Pobster

killes@www.drop.org’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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