Index: openacs-4/packages/calendar/tcl/calendar-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-procs.tcl,v
diff -u -r1.25.2.5 -r1.25.2.6
--- openacs-4/packages/calendar/tcl/calendar-procs.tcl 19 Jul 2005 16:49:36 -0000 1.25.2.5
+++ openacs-4/packages/calendar/tcl/calendar-procs.tcl 29 Nov 2006 11:00:52 -0000 1.25.2.6
@@ -499,7 +499,7 @@
append new_content $cal_item(description)
acs_user::get -user_id $cal_item(creation_user) -array user_info
- append new_content "Author: $user_info(first_names) $user_info(last_name)
\n"
+ append new_content "
Author: $user_info(first_names) $user_info(last_name)
\n"
# send text for now.
set new_content [ad_html_to_text -- $new_content]