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 -N -r1.22.2.12 -r1.22.2.13 --- openacs-4/packages/xotcl-core/www/show-object.tcl 6 Jan 2016 22:36:41 -0000 1.22.2.12 +++ openacs-4/packages/xotcl-core/www/show-object.tcl 14 Jan 2016 08:01:13 -0000 1.22.2.13 @@ -46,12 +46,10 @@ interp alias {} DO {} ::xo::api scope_eval $scope -set my_class [DO $object info class] +set my_class [DO xo::getObjectProperty $object class] set title "$my_class $object" set isclass [::xo::api isclass $scope $object] - -set isnx [xo::getObjectProperty $object isnxobject] - +set isnx [DO xo::getObjectProperty $object isnxobject] set s [DO Serializer new] set dimensional_slider [ad_dimensional { @@ -330,7 +328,7 @@ } if {$method_output ne ""} { append output \ - "

Methods (to be applied on the object) //$methods

\n" \ + "

Methods (to be applied on the object)

\n" \ \n } }