Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.79.2.75 -r1.79.2.76 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 18 Jul 2024 10:05:03 -0000 1.79.2.75 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 28 Jul 2024 17:00:03 -0000 1.79.2.76 @@ -1701,7 +1701,7 @@ } { upvar $var root try { - dom parse -html $html doc + dom parse -html -- $html doc } on error {errorMsg} { ns_log error "Failed to parse the following HTML text with message: $errorMsg\n$html" }