Index: openacs-4/packages/xowiki/tcl/notification-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/notification-procs.tcl,v diff -u -N -r1.23 -r1.23.2.1 --- openacs-4/packages/xowiki/tcl/notification-procs.tcl 22 Dec 2017 13:51:40 -0000 1.23 +++ openacs-4/packages/xowiki/tcl/notification-procs.tcl 10 Mar 2019 21:12:28 -0000 1.23.2.1 @@ -64,7 +64,7 @@ ad_proc -private get_url {id} { if {[::xo::dc 0or1row is_package_id {select 1 from apm_packages where package_id = :id}]} { # - # the specified id is an package_id + # the specified id is a package_id # set node_id [::xo::dc get_value get_node_id {select node_id from site_nodes where object_id = :id}] set url [site_node::get_url -node_id $node_id] @@ -80,7 +80,7 @@ # multiple xowiki instances, we give up here. return /categories } - # id is an revision_id + # id is a revision_id return [::xowiki::url $id] }