From: moodler Date: Thu, 20 May 2004 17:40:11 +0000 (+0000) Subject: Tweak to calendar event (full display) column widths X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43ef6722c7d9a84b1af312e53e1820d6830a5eea;p=moodle.git Tweak to calendar event (full display) column widths --- diff --git a/calendar/view.php b/calendar/view.php index 16b07823e1..b2be822af1 100644 --- a/calendar/view.php +++ b/calendar/view.php @@ -596,7 +596,7 @@ function calendar_print_event_table($event, $starttime, $endtime, &$coursecache, echo ''.$event->name.''; } - echo "\n\n"; + echo "\n\n"; if(!empty($event->modulename)) { // The module name is set. This handling code should be synchronized with that in calendar_get_upcoming()