Index: openacs-4/packages/notifications/www/request-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-delete.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/notifications/www/request-delete.tcl 27 Oct 2014 16:41:51 -0000 1.4 +++ openacs-4/packages/notifications/www/request-delete.tcl 7 Aug 2017 23:48:13 -0000 1.5 @@ -8,7 +8,7 @@ @cvs-id $Id$ } { request_id:naturalnum,notnull - return_url + return_url:localurl } # Security Check @@ -19,3 +19,9 @@ # Redirect ad_returnredirect $return_url + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: