Index: openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 22 Apr 2010 11:21:31 -0000 1.4 +++ openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 22 Apr 2010 11:24:36 -0000 1.5 @@ -178,8 +178,9 @@ } if {$exclude} continue } + t1 add -url [string_truncate_middle -len 80 $url] \ - -url.href "[ad_url]$url" \ + -url.href [expr {[string match *...* $url] ? "" : "[ad_url]$url" }] \ -totaltime [lindex $l 1] \ -cnt [lindex $l 2] \ -avg $avg \