Index: openacs-4/packages/lorsm/www/admin/export/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/export/index.vuh,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/export/index.vuh 24 May 2007 11:09:43 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/export/index.vuh 21 Apr 2009 16:47:19 -0000 1.3 @@ -22,6 +22,7 @@ if {[exists_and_not_null folder_id]} { permission::require_write_permission -object_id $folder_id -creation_user $user_id set download_name [fs::get_file_system_safe_object_name -object_id $folder_id] + set download_name [util_text_to_url -no_resolve -text $download_name] # We get rid of spaces since they are annoying regsub -all { } $download_name {_} download_name