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.103 -r1.104 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 23 Oct 2018 18:38:36 -0000 1.103 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 3 Nov 2018 19:47:34 -0000 1.104 @@ -705,7 +705,7 @@ @param pos_varname the name of the variable holding the position within the html_varname string from which we should start. This should point to a character inside the tag, just after - the tag name, and before the first attribute. Note, that we will modify this variable. + the tag name, and before the first attribute. Note that we will modify this variable. When this proc is done, this variable will point to the tag-closing >. Example: if the tag is <img src="foo">, pos_varname should point to either the space between @@ -2010,7 +2010,7 @@ # #################### -ad_proc -public ad_html_text_convertable_p { +ad_proc -public ad_html_text_convertible_p { -from -to } { @@ -2102,7 +2102,7 @@ set from [ad_decode $from html text/html text text/plain plain text/plain pre text/plain $from] set to [ad_decode $to html text/html text text/plain plain text/plain pre text/plain $to] - if { ![ad_html_text_convertable_p -from $from -to $to] } { + if { ![ad_html_text_convertible_p -from $from -to $to] } { error "Illegal mime types for conversion - from: $from to: $to" }