Index: openacs-4/packages/bug-tracker/www/patch.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/www/patch.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/bug-tracker/www/patch.tcl 7 Sep 2008 19:53:14 -0000 1.14 +++ openacs-4/packages/bug-tracker/www/patch.tcl 18 Sep 2013 11:55:42 -0000 1.15 @@ -49,8 +49,7 @@ set patch_content [db_string get_patch_content {}] set outputheaders [ns_conn outputheaders] - ns_set cput $outputheaders "Content-Disposition" "attachment; filename=patc\ -h-${patch_number}.txt" + ns_set cput $outputheaders "Content-Disposition" "attachment; filename=patch-${patch_number}.txt" doc_return 200 "text/plain" $patch_content ad_script_abort }