Index: openacs-4/packages/cms/www/modules/sitemap/ancestors.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/sitemap/ancestors.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/cms/www/modules/sitemap/ancestors.tcl 8 Jun 2001 01:44:53 -0000 1.4 +++ openacs-4/packages/cms/www/modules/sitemap/ancestors.tcl 25 Jul 2001 03:53:11 -0000 1.5 @@ -89,6 +89,9 @@ if { [string equal $physical_path "../"] } { set display_path "/" } else { + if {[string equal [string index $physical_path 0] "/"]} { + set physical_path [string range $physical_path 1 end] + } set display_path "/$physical_path" }