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 -r1.12 -r1.13
--- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 27 Jan 2003 13:49:44 -0000 1.12
+++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 27 Jan 2003 14:12:21 -0000 1.13
@@ -1299,7 +1299,7 @@
@creation-date 2003-01-27
} {
# Convert the HTML version to plaintext.
- return [ad_html_to_text -- [ad_enhanced_text_to_html -- $text]]
+ return [ad_html_to_text -- [ad_enhanced_text_to_html $text]]
}