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.21.2.3 -r1.21.2.4 --- openacs-4/packages/xowiki/tcl/notification-procs.tcl 25 Nov 2016 14:46:19 -0000 1.21.2.3 +++ openacs-4/packages/xowiki/tcl/notification-procs.tcl 29 Nov 2016 22:04:46 -0000 1.21.2.4 @@ -128,10 +128,10 @@ } # - # Turn relative URLs into absolute URLs such that links in - # notification still work. The function supports as well non-wiki - # links. Here we are able to provide an accurate pretty_link as - # base-url. + # Turn relative URLs into absolute URLs in the HTML text such that + # links in notification still work. The function supports as well + # non-wiki links. Here we are able to provide an accurate + # pretty_link as base-url. # set html [ad_html_qualify_links -path [file dirname $pretty_link] $html]