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.28 -r1.29 --- openacs-4/packages/calendar/tcl/calendar-procs.tcl 8 Aug 2006 21:26:18 -0000 1.28 +++ openacs-4/packages/calendar/tcl/calendar-procs.tcl 15 Dec 2006 22:45:20 -0000 1.29 @@ -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]