Index: openacs-4/packages/notifications/lib/notification-widget.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/lib/notification-widget.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/notifications/lib/notification-widget.tcl 7 Aug 2017 23:48:13 -0000 1.2 +++ openacs-4/packages/notifications/lib/notification-widget.tcl 10 Dec 2018 09:24:17 -0000 1.3 @@ -3,7 +3,7 @@ } { {type:token} {object_id:naturalnum} - {pretty_name} + {pretty_name:allhtml} {url ""} {user_id:naturalnum ""} } 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.15 -r1.16 --- openacs-4/packages/notifications/www/request-new.tcl 7 Jun 2018 17:09:17 -0000 1.15 +++ openacs-4/packages/notifications/www/request-new.tcl 10 Dec 2018 09:24:17 -0000 1.16 @@ -8,7 +8,7 @@ } { type_id:naturalnum,notnull object_id:naturalnum,notnull - {pretty_name ""} + {pretty_name:allhtml ""} return_url:localurl } Index: openacs-4/packages/openacs-bootstrap3-theme/resources/templates/packages/notifications/lib/notification-widget.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap3-theme/resources/templates/packages/notifications/lib/Attic/notification-widget.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/openacs-bootstrap3-theme/resources/templates/packages/notifications/lib/notification-widget.tcl 8 Jul 2016 16:13:35 -0000 1.1 +++ openacs-4/packages/openacs-bootstrap3-theme/resources/templates/packages/notifications/lib/notification-widget.tcl 10 Dec 2018 09:24:17 -0000 1.2 @@ -3,7 +3,7 @@ } { {type:token} {object_id:naturalnum} - {pretty_name} + {pretty_name:allhtml} {url ""} {user_id:naturalnum ""} }