Index: openacs-4/packages/acs-api-browser/www/content-page-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/content-page-view.tcl,v diff -u -r1.5.4.9 -r1.5.4.10 --- openacs-4/packages/acs-api-browser/www/content-page-view.tcl 14 Sep 2014 09:02:41 -0000 1.5.4.9 +++ openacs-4/packages/acs-api-browser/www/content-page-view.tcl 16 Sep 2014 22:37:06 -0000 1.5.4.10 @@ -67,7 +67,7 @@ } if { $source_p } { - set file_contents [template::util::read_file $$::acs::rootdir/$path] + set file_contents [template::util::read_file $::acs::rootdir/$path] set file_contents [apidoc::tclcode_to_html $file_contents] }