Index: openacs-4/packages/file-storage/www/version-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/version-delete.tcl,v diff -u -r1.17 -r1.17.2.1 --- openacs-4/packages/file-storage/www/version-delete.tcl 15 Jun 2018 15:11:04 -0000 1.17 +++ openacs-4/packages/file-storage/www/version-delete.tcl 5 Oct 2019 13:43:48 -0000 1.17.2.1 @@ -46,7 +46,7 @@ set parent_id [fs::delete_version \ -item_id $item_id \ -version_id $version_id] - # parent_id > 0 means this was last revision left, therefore file + # parent_id > 0 means this was last revision left, therefore, file # was deleted as well. Return to the parent instead than to the # non-existing file. set return_url [expr {$parent_id == 0 ?