From 43ef6722c7d9a84b1af312e53e1820d6830a5eea Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 20 May 2004 17:40:11 +0000 Subject: [PATCH] Tweak to calendar event (full display) column widths --- calendar/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5