Skip to content

Commit

Permalink
calendar/lib.php MDL-25525 - Tooltip icons broken
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Poltawski <[email protected]>
  • Loading branch information
aolley authored and danpoltawski committed Jan 3, 2011
1 parent c63ebd4 commit adc3cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y
$dayhref->set_anchor('event_'.$event->id);

$popupcontent .= html_writer::start_tag('div');
$popupcontent .= $OUTPUT->pix_icon($popupicon, $popupalt);
$popupcontent .= $OUTPUT->pix_icon($popupicon, $popupalt, $component);
$popupcontent .= html_writer::link($dayhref, format_string($event->name, true));
$popupcontent .= html_writer::end_tag('div');
}
Expand Down

0 comments on commit adc3cfc

Please sign in to comment.