Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -r1.70 -r1.71 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 17 Nov 2018 16:33:32 -0000 1.70 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 21 Nov 2018 07:53:14 -0000 1.71 @@ -1173,7 +1173,7 @@ if {[info commands ::xo::api] ne "" && [regexp {^(.*) (inst)?proc (.*)$} $proc_name match obj prefix method]} { if {[regexp {^(.*) (.*)$} $obj match scope obj]} { - if {[:xo::api scope_eval $scope ::nsf::is object $obj]} { + if {[::xo::api scope_eval $scope ::nsf::is object $obj]} { [::xo::api get_method_source $scope $obj $prefix $method] } } else {