Index: openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 10 Jan 2002 17:13:23 -0000 1.22 +++ openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 10 Jan 2002 17:16:45 -0000 1.23 @@ -147,7 +147,7 @@ } } else { set type "File" - append data "$name\[download\]" + append data " $name\[download\]" } append template "\n$data\n" }