Index: openacs-4/packages/general-comments/www/file-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/file-edit.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/general-comments/www/file-edit.tcl 27 Oct 2014 16:41:43 -0000 1.5 +++ openacs-4/packages/general-comments/www/file-edit.tcl 7 Aug 2017 23:48:12 -0000 1.6 @@ -13,7 +13,7 @@ } { attach_id:naturalnum,notnull parent_id:naturalnum,notnull - { return_url {} } + { return_url:localurl {} } } -properties { page_title:onevalue context:onevalue @@ -41,3 +41,9 @@ set target "file-edit-2" ad_return_template "file-ae" + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: