Index: openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl,v diff -u -N -r1.19 -r1.20 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 29 Apr 2002 16:22:07 -0000 1.19 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 29 Apr 2002 18:05:35 -0000 1.20 @@ -231,16 +231,16 @@ } # Loop through the hours of the day - append return_html "
+ append return_html "
\n" # The items that have no hour set hour "" set next_hour "" set start_time "" set display_hour "No Time" - append return_html "" - append return_html "" + append return_html "" + append return_html "" set n_processed_events 0 @@ -338,7 +338,7 @@ set colspan 1 } - append return_html "" + append return_html "" } else { append return_html "[ns_set value $calendar_details $index]
\n" } @@ -348,7 +348,7 @@ if {$n_processed_events == 0 || ($n_events($hour) < $max_n_events && $must_complete_p)} { for {set i 0} {$i < [expr "$max_n_events - $n_events($hour)"]} {incr i} { - append return_html "" + append return_html "" } }
 [subst $hour_template]" + append return_html "
 [subst $hour_template]" # Go through events while {1} { @@ -298,7 +298,7 @@ } set display_hour [subst $hour_template] - append return_html "
 $display_hour
 $display_hour[lindex $one_item_val 2][lindex $one_item_val 2]