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.10.2.1 -r1.10.2.2 --- openacs-4/packages/xotcl-core/www/show-object.tcl 26 Mar 2008 13:44:45 -0000 1.10.2.1 +++ openacs-4/packages/xotcl-core/www/show-object.tcl 14 Oct 2008 12:39:03 -0000 1.10.2.2 @@ -173,7 +173,7 @@ # document the class or the object" # set index [::xotcl::api object_index $scope $object] -append output "
\n" +append output "

\n" if {$isclass} { append output "

Class Hierarchy of $object

" @@ -238,7 +238,7 @@ if {$class_references ne ""} { append output "

Class Relations

\n" } -append output "
\n" +append output "

\n" if {$show_source} { append output [::xotcl::api source_to_html $obj_create_source] \n @@ -311,9 +311,9 @@ set instances [string trimright $instances ", "] if {$instances ne ""} { append output "

Instances

\n" \ -
\n \ +

\n \ $instances \ -

\n +

\n } }