Index: openacs-4/packages/contacts/tcl/oo-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/oo-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/contacts/tcl/oo-procs.tcl 3 May 2006 05:48:11 -0000 1.3 +++ openacs-4/packages/contacts/tcl/oo-procs.tcl 12 Jun 2006 07:56:33 -0000 1.4 @@ -278,7 +278,7 @@ # Save the content to a file. set file [open "${dir}/$filename" w] fconfigure $file -encoding utf-8 - puts $file $content_array($filename) + puts $file [contact::oo::convert -content $content_array($filename)] flush $file close $file }