Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -N -r1.113 -r1.114 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 30 Jun 2018 18:11:24 -0000 1.113 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 30 Jun 2018 21:08:42 -0000 1.114 @@ -1664,8 +1664,8 @@ } { return the url of this node_id - @notrailing If true then strip any - trailing slash ('/'). This means the empty string is returned for the root. + @param notrailing If true then strip any trailing slash ('/'). + This means the empty string is returned for the root. } { set url [::xo::site_node get_url -node_id $node_id] if { $notrailing_p } {