Index: openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 29 Jun 2004 10:17:36 -0000 1.19 +++ openacs-4/packages/acs-content-repository/tcl/filter-procs.tcl 4 Jul 2004 11:19:16 -0000 1.20 @@ -264,7 +264,7 @@ template::util::array_to_vars content set text \[cr_write_content -string -revision_id \$revision_id\] -if { !\[string equal \"text/html\" \$content(mime_type\] } { +if { !\[string equal \"text/html\" \$content(mime_type)\] } { set text \[ad_html_text_convert -from \$mime_type -to text/html \$text\] }