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.41 -r1.42 --- openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 29 Jun 2004 10:17:36 -0000 1.41 +++ openacs-4/packages/acs-datetime/tcl/acs-calendar-2-procs.tcl 9 Nov 2008 23:29:22 -0000 1.42 @@ -73,11 +73,11 @@ [subst $prev_week_template] - + [util_AnsiDatetoPrettyDate $sunday_date] - [util_AnsiDatetoPrettyDate $saturday_date] - + [subst $next_week_template] @@ -120,9 +120,9 @@ append return_html " - + [ns_set value $calendar_details $index] - + " @@ -251,8 +251,8 @@ set start_time "" set odd_row_p 0 set display_hour "\"[_" - append return_html "[subst $hour_template]" - append return_html "" + append return_html "[subst $hour_template]" + append return_html "" # Go through events while {1} { @@ -270,7 +270,7 @@ ns_set delete $calendar_details $index } - append return_html " + append return_html " " for {set hour $start_hour} {$hour <= $end_hour} {incr hour} { @@ -319,7 +319,7 @@ } set display_hour [subst $hour_template] - append return_html "$display_hour\n" + append return_html "$display_hour\n" set n_processed_events 0 @@ -359,7 +359,7 @@ set colspan 1 } - append return_html "[lindex $one_item_val 2]" + append return_html "[lindex $one_item_val 2]" } else { append return_html "[ns_set value $calendar_details $index]
\n" }