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.15.6.8 -r1.15.6.9
--- openacs-4/packages/xotcl-core/www/show-object.tcl 4 Sep 2014 08:52:10 -0000 1.15.6.8
+++ openacs-4/packages/xotcl-core/www/show-object.tcl 4 Sep 2014 12:43:04 -0000 1.15.6.9
@@ -222,7 +222,7 @@
if { [info exists doc_elements(see)] } {
append output "
See Also:\n"
foreach seeref $doc_elements(see) {
- append output "[api_format_see $seeref]\n"
+ append output "[::apidoc::api_format_see $seeref]\n"
}
}
if { [info exists doc_elements(creation-date)] } {
@@ -231,7 +231,7 @@
if { [info exists doc_elements(author)] } {
append output "Author[ad_decode [llength $doc_elements(author)] 1 "" "s"]:\n"
foreach author $doc_elements(author) {
- append output "[api_format_author $author]\n"
+ append output "[::apidoc::api_format_author $author]\n"
}
}
if { [info exists doc_elements(cvs-id)] } {