Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.239.2.87 -r1.239.2.88 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 24 Mar 2022 08:06:49 -0000 1.239.2.87 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 9 Apr 2022 14:57:04 -0000 1.239.2.88 @@ -1768,19 +1768,14 @@ if {$notification_type ne ""} { set notification_text "Subscribe category $category_name in tree $tree_name" set notifications_return_url [expr {[info exists return_url] ? $return_url : [ad_return_url]}] - set notification_image \ - "[ns_quotehtml $notification_text]" + set notification_image "" set cat_notif_link [export_vars -base /notifications/request-new \ {{return_url $notifications_return_url} \ {pretty_name $notification_text} \ {type_id $notification_type} \ {object_id $category_id}}] - append entry " " \ - "" - + append entry " " $notification_image } lappend entries $entry }