Index: openacs-4/packages/notifications/www/request-new.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-new.tcl,v
diff -u -r1.16 -r1.17
--- openacs-4/packages/notifications/www/request-new.tcl	10 Dec 2018 09:24:17 -0000	1.16
+++ openacs-4/packages/notifications/www/request-new.tcl	18 Jan 2019 17:40:18 -0000	1.17
@@ -29,7 +29,9 @@
 set intervals_pretty [notification::get_intervals -localized -type_id $type_id]
 set delivery_methods [notification::get_delivery_methods -type_id $type_id]
 
-ad_form -name subscribe -export {type_id object_id return_url} -form {
+ad_form -name subscribe -export {
+    type_id object_id return_url
+} -form {
     {interval_id:integer(select)
         {label "[_ notifications.lt_Notification_Interval]"}
         {options $intervals_pretty}}
@@ -42,11 +44,11 @@
 
     # Add the subscribe
     notification::request::new \
-            -type_id $type_id \
-            -user_id $user_id \
-            -object_id $object_id \
-            -interval_id $interval_id \
-            -delivery_method_id $delivery_method_id
+        -type_id $type_id \
+        -user_id $user_id \
+        -object_id $object_id \
+        -interval_id $interval_id \
+        -delivery_method_id $delivery_method_id
 
     ad_returnredirect $return_url
     ad_script_abort