Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.189.2.99 -r1.189.2.100 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 5 Aug 2021 17:36:26 -0000 1.189.2.99 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 20 Aug 2021 08:36:21 -0000 1.189.2.100 @@ -582,10 +582,12 @@ value will be suppressed from being exported. This avoids cluttering up the URLs with lots of unnecessary variables. - @option base The base URL to make a link to. This will be - prepended to the query string along with a question mark (?), if - the query is nonempty. So the returned string can be used directly - in a link. This is only relevant to URL export. + @option base The base URL to make a link to. The provided value + should be a plain value (i.e. urldecoded). In case the provided + value is urlencoded, use the flag "-no_base_encode". The value of + this parameter will be prepended to the query string along with a + question mark (?), if the query is nonempty. The returned string + can be used directly in a link (when output is in URL format). @option no_base_encode Decides whether argument passed as base option will be encoded by