Index: openacs-4/packages/general-comments/www/file-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/file-edit-2.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/general-comments/www/file-edit-2.tcl 27 Jun 2015 21:10:12 -0000 1.4 +++ openacs-4/packages/general-comments/www/file-edit-2.tcl 7 Aug 2017 23:48:12 -0000 1.5 @@ -15,7 +15,7 @@ attach_id:naturalnum,notnull parent_id:naturalnum,notnull title:notnull - { return_url {} } + { return_url:localurl {} } } # check to see if the user can edit this comment @@ -34,3 +34,9 @@ + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: