Index: openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 27 Oct 2014 16:38:51 -0000 1.19 +++ openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 15 Jun 2015 11:10:10 -0000 1.20 @@ -133,24 +133,24 @@ - $package(package-name) $package(name) - $package_key - Dependencies satisfied. - " + append widget [subst {> + $package(package-name) $package(name) + $package_key + Dependencies satisfied. + }] } elseif { [pkg_info_dependency_p $pkg_info] == "f" } { #Dependency failed. - append widget " - - $package(package-name) $package(name) - $package_key - - " + append widget [subst { + + $package(package-name) $package(name) + $package_key + + }] foreach comment [pkg_info_comment $pkg_info] { append widget "$comment
" } append widget " -
+ " } else {