Index: openacs-4/packages/xotcl-core/www/show-object.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/www/show-object.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/xotcl-core/www/show-object.tcl 3 May 2015 08:37:08 -0000 1.19 +++ openacs-4/packages/xotcl-core/www/show-object.tcl 16 Jun 2015 20:35:32 -0000 1.20 @@ -274,7 +274,7 @@ append output "\n" set url "/api-doc/procs-file-view?path=[ns_urlencode $doc_elements(script)]" - append output "Defined in $doc_elements(script)

" + append output "Defined in $doc_elements(script)

" array unset doc_elements }