Index: openacs-4/packages/contacts/tcl/contact-message-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contact-message-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/contacts/tcl/contact-message-procs.tcl 29 Jan 2006 16:17:20 -0000 1.19 +++ openacs-4/packages/contacts/tcl/contact-message-procs.tcl 31 Jan 2006 12:21:28 -0000 1.20 @@ -264,6 +264,7 @@ } { regsub -all -nocase "
" $content "" content regsub -all -nocase "

" $content "" content + regsub -all -nocase " " $content " " content regsub -all -nocase "

" $content "" content return [string trim $content] }