Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.153.2.2 -r1.153.2.3 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 8 Apr 2019 13:04:15 -0000 1.153.2.2 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 10 Apr 2019 18:14:07 -0000 1.153.2.3 @@ -391,7 +391,7 @@ # Loop through the files, adding a row to the table for each. foreach file [lsort [glob -nocomplain $dir/*]] { - set tailHtml [ns_quotethml [file tail $file]] + set tailHtml [ns_quotehtml [file tail $file]] set link "$tailHtml" # Build the stat array containing information about the file.