Index: openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl,v diff -u -N -r1.20.2.3 -r1.20.2.4 --- openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 4 Jul 2019 14:14:25 -0000 1.20.2.3 +++ openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 29 Sep 2019 14:54:56 -0000 1.20.2.4 @@ -118,7 +118,7 @@ aa_true "protocol 'javascript' is not allowed" {[ad_html_security_check $html] ne ""} set html "An Link" aa_true "protocol 'data' is not allowed" {[ad_html_security_check $html] ne ""} - set html "An Link" + set html "An Link" aa_true "protocol 'blob' is not allowed" {[ad_html_security_check $html] ne ""} }