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.65.6.4 -r1.65.6.5 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 14 Sep 2013 09:35:47 -0000 1.65.6.4 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 14 Sep 2013 09:37:15 -0000 1.65.6.5 @@ -288,8 +288,7 @@ set frag [string map [list &# "&#"] $html_fragment] if {[catch {dom parse -html $frag doc} errorMsg]} { # we got an error, so do normal processing - ns_log notice "tdom can't parse the provided HTML, error=$errorMsg,\n\ - checking fragment without tdom" + #ns_log notice "tdom can't parse the provided HTML, error=$errorMsg,\nchecking fragment without tdom" } else { $doc documentElement root set html ""