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.23 -r1.24 --- openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 10 Jan 2002 17:16:45 -0000 1.23 +++ openacs-4/packages/fs-portlet/tcl/fs-portlet-procs.tcl 11 Jan 2002 18:33:05 -0000 1.24 @@ -140,7 +140,7 @@ if {$type == "Folder"} { append data " $name$type" - if { $num > 1 } { + if { $num > 1 || $num == 0 } { append data "$num items" } else { append data "$num item"