Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -N -r1.9.2.2 -r1.9.2.3 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 6 Nov 2002 22:38:08 -0000 1.9.2.2 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 8 Nov 2002 17:09:09 -0000 1.9.2.3 @@ -835,7 +835,7 @@ if { [llength $img_info] == 0 } { ad_html_to_text_put_text output {[IMAGE]} } else { - ad_html_to_text_put_text output "\[IMAGE: [join $img_info " "]\]" + ad_html_to_text_put_text output "\[IMAGE: [join $img_info " "] \]" } } }