Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.368.2.117 -r1.368.2.118 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 9 Apr 2022 14:55:41 -0000 1.368.2.117 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 9 Apr 2022 14:57:04 -0000 1.368.2.118 @@ -1936,14 +1936,12 @@ set notification_type [notification::type::get_type_id -short_name xowiki_notif] set notification_text "Subscribe to [::$context_package_id instance_name]" set notification_subscribe_link \ - [export_vars -base /notifications/request-new \ - {{return_url $notifications_return_url} - {pretty_name $notification_text} - {type_id $notification_type} - {object_id $context_package_id}}] - set notification_image \ - "$notification_text" + [export_vars -base /notifications/request-new \ + {{return_url $notifications_return_url} + {pretty_name $notification_text} + {type_id $notification_type} + {object_id $context_package_id}}] + set notification_image "" } }